Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 386 Bytes

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 bun install command to install dependencies
  2. Run bun run db:push command to create the database and tables
  3. Run bun run dev command to start the development server