Drizzle postgres migration gives lots of type errors
I wanted to use drizzle for my project. But it seems I can't migrate as it is producing lots of type errors.
My package.json is very simple
migration file is this
drizzle.config file is this Schema file is this When I tried to migrate, it gives the following error
drizzle.config file is this Schema file is this When I tried to migrate, it gives the following error
2 Replies
Hello, do you have
"skipLibCheck": true,
in your tsconfig compilerOptions
?let me introduce you
drizzle-kit migrate
since the last release :p
https://orm.drizzle.team/kit-docs/commands#apply-migrationsDrizzle ORM - List of commands
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.