francis
francis
Explore posts from servers
Aarktype
Created by francis on 12/23/2024 in #questions
How can we describe a string with a length restriction?
another quick docs note: https://arktype.io/docs/expressions has a broken link. "Narrow expressions allow you to add custom validation logic and error messages. You can read more about them in their intro section" has a link to an intro section that 404s
14 replies
Aarktype
Created by francis on 12/23/2024 in #questions
How can we describe a string with a length restriction?
iirc, min and max are in the docs, but not exact length
14 replies
Aarktype
Created by francis on 12/23/2024 in #questions
How can we describe a string with a length restriction?
I tried string = 6 but that failed
14 replies
Aarktype
Created by francis on 12/23/2024 in #questions
How can we describe a string with a length restriction?
oh, I couldn't figure that out
14 replies
Aarktype
Created by francis on 12/23/2024 in #questions
How can we describe a string with a length restriction?
thank you! this is helpful
14 replies
Aarktype
Created by francis on 12/23/2024 in #questions
How can we describe a string with a length restriction?
ah, I just found that 🙂
14 replies
DTDrizzle Team
Created by francis on 11/29/2024 in #help
Disambiguate optional one-to-one relationship
12 replies
DTDrizzle Team
Created by francis on 11/29/2024 in #help
Disambiguate optional one-to-one relationship
I am pretty sure that won't, as it is now an ambiguous relation, no?
12 replies
DTDrizzle Team
Created by francis on 11/29/2024 in #help
Disambiguate optional one-to-one relationship
12 replies
DTDrizzle Team
Created by francis on 11/29/2024 in #help
Disambiguate optional one-to-one relationship
ah, thank you - fixed
12 replies
DTDrizzle Team
Created by francis on 11/29/2024 in #help
Disambiguate optional one-to-one relationship
?
12 replies
DTDrizzle Team
Created by David on 12/5/2024 in #help
Smart way to prepare data for frontend
I dunno if they would. A potential option is to select a list of ids, then use that as an inArray input in your query, but it's not ideal
11 replies
DTDrizzle Team
Created by David on 12/5/2024 in #help
Smart way to prepare data for frontend
I don't believe you can mix the query interface and where conditions on joined tables though
11 replies
DTDrizzle Team
Created by David on 12/5/2024 in #help
Smart way to prepare data for frontend
no idea
11 replies
DTDrizzle Team
Created by David on 12/5/2024 in #help
Smart way to prepare data for frontend
11 replies
DTDrizzle Team
Created by David on 12/5/2024 in #help
Smart way to prepare data for frontend
use the query api with relations, whcih will give you a nested data structure?
11 replies
DTDrizzle Team
Created by francis on 11/29/2024 in #help
Disambiguate optional one-to-one relationship
bump? :/ I can't figure out how to do this
12 replies
DTDrizzle Team
Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
you want session mode for persistent servers, or transaction mode for serverless
14 replies
DTDrizzle Team
Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
14 replies
DTDrizzle Team
Created by Bruno on 12/3/2024 in #help
Next.js, Drizzle and Supabase DB with transactions?
depends on how you deploy. for nextjs serverless you want connection pooling at the transaction level
14 replies