Prodromos
Explore posts from serversDTDrizzle Team
•Created by Prodromos on 9/26/2024 in #help
The requested module 'node_modules/pg/lib/index.js' does not provide an export named 'Pool'
I try to to setup the drizzle with nuxt but I have an error. All the structure I make down above. Run the
npm run dev
and the error appear...
Error
drizzle.config.ts
server/utils/drizzle.ts
1 replies
DTDrizzle Team
•Created by Prodromos on 9/24/2024 in #help
How to connect the relationships between user, roles and permissions?
I try to figure out how to create a tables (user, role and permissions) with relationships and make the an example how to use them.
1 replies