Jure
Jure
Explore posts from servers
DTDrizzle Team
Created by Jure on 3/14/2024 in #help
How to use JSON column type?
No description
2 replies
DTDrizzle Team
Created by Jure on 2/29/2024 in #help
MySQL select().from() type
----- const users = await db.select().from(models.users).execute() .execute() fixed the problem 🙂
5 replies
DTDrizzle Team
Created by Jure on 2/29/2024 in #help
MySQL select().from() type
const users = await db.select().from(models.users).execute() .execute() fixed the problem 🙂
5 replies
DTDrizzle Team
Created by Jure on 2/29/2024 in #help
MySQL select().from() type
Not MySqlSelectBase.
5 replies
DTDrizzle Team
Created by Jure on 2/29/2024 in #help
MySQL select().from() type
I need such "return" type: [] | Promise<{ row object }>
5 replies