Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gustavocadev/nextjs-drizzle-orm-sqlite

Example Drizzle ORM + Next.js + SQLite
https://github.com/gustavocadev/nextjs-drizzle-orm-sqlite

drizzle-kit drizzle-orm nextjs sqlite

Last synced: 4 days ago
JSON representation

Example Drizzle ORM + Next.js + SQLite

Awesome Lists containing this project

README

        

# 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:

```bash
DB_URL='notes.sqlite'
```

2. Run `bun install` command to install dependencies
3. Run `bun run db:push` command to create the database and tables
4. Run `bun run dev` command to start the development server