Skip to content

onmax/nuxthub-drizzle-demo

Repository files navigation

NuxtHub Drizzle Demo

Demo showcasing NuxtHub database with Drizzle ORM.

Setup

pnpm install
pnpm dev

Schema

  • users: id, name, email, createdAt
  • posts: id, title, content, authorId (FK), createdAt

API Endpoints

  • GET/POST /api/users - list/create users
  • GET/PUT/DELETE /api/users/[id] - read/update/delete user
  • GET /api/users/[id]/posts - get user's posts
  • GET/POST /api/posts - list/create posts
  • GET/PUT/DELETE /api/posts/[id] - read/update/delete post

About

NuxtHub + Drizzle ORM demo with D1/SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors