Skip to content

gustavocadev/nextjs-drizzle-orm-sqlite

Repository files navigation

Example of Next.js + Drizzle ORM + SQLITE

Steps to run the project:

  1. Create a file named .env in the root directory and add the following environment variables:
DB_URL='notes.sqlite'
  1. Run pnpm install command to install dependencies
  2. Run pnpm run db:push command to create the database and tables
  3. Run pnpm run dev command to start the development server

About

Example Drizzle ORM + Next.js + SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published