`drizzle-kit migrate` errors
Hey all! I am trying out Drizzle for the first time, I am running into some issues on a fresh vite project w/ Supabase:
I am following this tutorial: https://orm.drizzle.team/learn/tutorials/drizzle-with-supabase#applying-changes-to-the-database
When I run
npx drizzle-kit migrate
it results in this:
Any ideas? šDrizzle ORM - Drizzle with Supabase Database
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
2 Replies
TypeError: Cannot redefine property: query at Function.defineProperties
Can you share drizzle.config.ts file??