gerard02000 / nxsqlite-crud

SQLite CRUD with NextJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crear base de datos

cd src/database
npm run db

Esto creará el archivo src/database/db.sqlite.

Paquetes usados para sqlite

  • sqlite
  • sqlite3

About

SQLite CRUD with NextJS


Languages

Language:JavaScript 89.4%Language:CSS 10.6%