CODY
Explore posts from serversDTDrizzle Team
•Created by CODY on 12/23/2023 in #help
Can I .prepare() a transaction?
Surprisingly I can call prepare inside transaction callback but it doesn't make sense to me since we usually using prepare() as a variable out of block scope.
5 replies
TTCTheo's Typesafe Cult
•Created by CODY on 7/8/2023 in #questions
How can I make node.js package that have a custom command?
Like "npm", "next", "prisma", "drizzle", etc. things whenever you start a command.
How do I find terms/keywords to implement this.
1 replies
TTCTheo's Typesafe Cult
•Created by CODY on 2/18/2023 in #questions
Type a function based on its argument value.
I have a function that takes an object and a boolean (default to
false
).
It will return an array of object with key id
only if parameter bool
of the function set to true
.
2 replies
TTCTheo's Typesafe Cult
•Created by CODY on 2/13/2023 in #questions
How to fix env types on `schema.mjs`?
3 replies