https://github.com/ncrmro/nextjs-sqlite
NextJS React blog example using server components, actions, Sqlite, Kysely and Playwright.
https://github.com/ncrmro/nextjs-sqlite
kysely kysely-codegen nextjs playwright react sqlite tailwind
Last synced: 15 days ago
JSON representation
NextJS React blog example using server components, actions, Sqlite, Kysely and Playwright.
- Host: GitHub
- URL: https://github.com/ncrmro/nextjs-sqlite
- Owner: ncrmro
- Created: 2023-07-21T13:27:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-30T02:04:07.000Z (over 1 year ago)
- Last Synced: 2025-04-06T15:54:28.104Z (22 days ago)
- Topics: kysely, kysely-codegen, nextjs, playwright, react, sqlite, tailwind
- Language: TypeScript
- Homepage:
- Size: 583 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kysely + SQlite Next.js Starter
Why you might choose to use this.
* SQLite KISS Database
* [Database CLI access](#sqlite-cli-access)---
Start the dev server.
```bash
pnpm dev
``````bash
pnpm Test
```# SQLite CLI access
Sqlite3 CLI access is provided by [betterlite](https://litecli.com/)