TGTGamer
TGTGamer
Explore posts from servers
DTDrizzle Team
Created by A_Dev on 10/22/2024 in #help
Pgschema
Simply make sure the drizzle definitions have the table included. You can either use the cli to generate these from your database or define the schema using the schema options: https://orm.drizzle.team/docs/schemas
2 replies
DTDrizzle Team
Created by Kelvin on 9/7/2024 in #help
Creating migrations while using ES Modules fails with error `Cannot find module '<filename>.js`
Not sure if you fixed, but double check your moduleResolution as that was what got me with this issue. Solved by using NodeNext or Node instead of ESNext, ES2021 etc...
3 replies