marcus.og
marcus.og
SSolidJS
Created by Mathieu on 8/16/2023 in #support
How to await on the Resource's promise?
since createResource creates only async signal, i would rather reuse fetcher function in fetchUser
15 replies
DTDrizzle Team
Created by hachoter on 6/12/2023 in #help
What's the overhead (if any) of using the new relational api?
it just 1. builds only ONE query per function invocation (e.g select, insert) 2. maps stuff with ts types
10 replies
DTDrizzle Team
Created by hachoter on 6/12/2023 in #help
What's the overhead (if any) of using the new relational api?
No, i would treat drizzle as sql builder
10 replies
DTDrizzle Team
Created by hachoter on 6/12/2023 in #help
What's the overhead (if any) of using the new relational api?
What's more performant than native behaviour?
10 replies
DTDrizzle Team
Created by stramel on 6/13/2023 in #help
Schema not added to FK constraints
Did you tried to delete and re-run generate one more time? IIRC I had something similar, but second run went fine.
11 replies
DTDrizzle Team
Created by iqrow on 6/2/2023 in #help
Select One UX improvement
you are mixing promises with await/async...
8 replies