mmurto
Explore posts from serversDTDrizzle Team
•Created by sevenwestonroads on 4/22/2023 in #help
Using Drizzle as a package in Turborepo doesn't work ?
Then just don't install
drizzle-orm
anywhere else, but import what is needed from @mono/database
.13 replies
DTDrizzle Team
•Created by sevenwestonroads on 4/22/2023 in #help
Using Drizzle as a package in Turborepo doesn't work ?
I have the same setup - I have this in my
@mono/database/index.ts
and everything works flawlessly:
13 replies
DTDrizzle Team
•Created by mmurto on 4/9/2023 in #help
How to filter length in where for postgres?
Thanks a lot!
4 replies
DTDrizzle Team
•Created by mmurto on 3/17/2023 in #help
Argument of type 'SQL<unknown>' is not assignable to parameter
Thanks! I'll try to fix that, thought of it as well but the versions in package.json's were the same, so thought they resolved to the same.
10 replies
DTDrizzle Team
•Created by mmurto on 3/17/2023 in #help
Argument of type 'SQL<unknown>' is not assignable to parameter
Sorry bout the formatting 🙂
10 replies
DTDrizzle Team
•Created by mmurto on 3/17/2023 in #help
Argument of type 'SQL<unknown>' is not assignable to parameter
Here's the tsc log:
10 replies
DTDrizzle Team
•Created by mmurto on 3/17/2023 in #help
Argument of type 'SQL<unknown>' is not assignable to parameter
The db package has:
and the server package:
10 replies
DTDrizzle Team
•Created by mmurto on 3/17/2023 in #help
Argument of type 'SQL<unknown>' is not assignable to parameter
Sure!
The root one:
10 replies