Demo
General
Database

Drizzle

Learn how the monorepo uses Drizzle for the data access.

The starter kit uses Drizzle as its data access solution.

Database driver

The project uses PostgreSQL as the default database provider, ensuring seamless integration. Drizzle also supports MySQL, SQLite, and other relational databases.

For a comprehensive list of supported database drivers, visit Drizzle's Documentation.

Drizzle Studio

Drizzle's visual database editor allows you to view and edit your database records. You can open it with:

Terminal
pnpm --filter drizzle-studio dev

Make sure packages/database/.env has a correct DATABASE_URL defined.