Updated to the latest and I get this error
Invalid input Please specify 'dialect' param in config, either of 'pg', 'mysql' or 'sqlite'
ELIFECYCLE Command failed with exit code 1.
drizzle-kit: v0.22.1
drizzle-orm: v0.31.0
1 Reply
see here: https://orm.drizzle.team/kit-docs/upgrade-21 😉
and the error message is literally saying it all, you need to add
dialect: "sqlite", // "postgresql" | "mysql"
to your drizzle configDrizzle ORM - Upgrading to 0.21.0
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.