How to start with drizzle?
I'm reading docs and there doesn't seem to be any form of "how to get started" section or any installation area.
It says a lot why to use it, but not how to use it. And the learn tab also didn't have any project starter.
Is there no ways to do something like
prisma init
, that just starts a simple drizzle configuration or some documentation that gives that information?2 Replies
With drizzle you have to opt into some features. There are "Get started" sections in the docs for MySQL, Postgres and sqlite. For example https://orm.drizzle.team/docs/get-started-sqlite#better-sqlite3
Drizzle ORM - SQLite
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
And then you could go on with https://orm.drizzle.team/kit-docs/quick
Drizzle ORM - Quick start
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.