nico
nico
Explore posts from servers
DTDrizzle Team
Created by nico on 11/9/2024 in #help
SQLite insert schema does not include nullable columns?
Seems like this is related to https://github.com/drizzle-team/drizzle-orm/issues/2636 The fix is to add strict:
"compilerOptions": {
"strict": true
},
"compilerOptions": {
"strict": true
},
to your tsconfig
2 replies
TTCTheo's Typesafe Cult
Created by nico on 2/1/2024 in #questions
Integrating Clerk: How to supply req to createTRPCContext on server-side?
Push
6 replies