Go to file
2026-03-02 07:56:23 +01:00
src/lib/sqlite first Commit 2026-03-02 07:56:05 +01:00
.gitignore first Commit 2026-03-02 07:56:05 +01:00
.npmrc first Commit 2026-03-02 07:56:05 +01:00
bun.lock first Commit 2026-03-02 07:56:05 +01:00
CLAUDE.md first Commit 2026-03-02 07:56:05 +01:00
index.ts first Commit 2026-03-02 07:56:05 +01:00
package.json first Commit 2026-03-02 07:56:05 +01:00
README.md first Commit 2026-03-02 07:56:05 +01:00
tsconfig.json first Commit 2026-03-02 07:56:05 +01:00

bun-sqlite

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.0. Bun is a fast all-in-one JavaScript runtime.