Creating DB with schema
I am pretty new to drizzle and try to follow the documentation. I found that you can initiallize drizzle with a schema like so:
./schema is my MySQL Database schema like so:
But i get this error wich i cannot explain:
I hope someone can help me 🙂
1 Reply
Hey @Cambaru! You should specify mode for your schema in drizzle parameters like here: https://orm.drizzle.team/docs/rqb#modes
Drizzle ORM - Query
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.