How to add schemas to the DB object when using URL for DB connection
I'm using a URL to connect to my database and I cannot figure out the syntax for adding schemas to the DB instance
This is how my config looks
I get a error when trying to use db.query.tableExample.findFirst
1 Reply
You can find documentation on how to define RQB schema here: https://orm.drizzle.team/docs/rqb
Drizzle ORM - Query
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.