Drizzle-ORM Installed but Drizzle Can't Find its Config?
I'm trying to follow the docs to install Drizzle with Postgres on my React Native Expo starter, but no matter what I get this:
But the drizzle.config.ts file is there, and drizzle-orm is installed. Does anybody know what's going on?
Here's the repo I'm working with: https://github.com/psygo/clerk_expo_drizzle_starter
This is the docs tutorial I was following: https://orm.drizzle.team/docs/get-started/postgresql-new
But the drizzle.config.ts file is there, and drizzle-orm is installed. Does anybody know what's going on?
Here's the repo I'm working with: https://github.com/psygo/clerk_expo_drizzle_starter
This is the docs tutorial I was following: https://orm.drizzle.team/docs/get-started/postgresql-new
GitHub
Contribute to psygo/clerk_expo_drizzle_starter development by creating an account on GitHub.
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.