Go to file
Ethan Niser 6bd7c32a8a first commit 2023-09-12 15:58:44 +00:00
public first commit 2023-09-12 15:58:44 +00:00
src first commit 2023-09-12 15:58:44 +00:00
.gitignore first commit 2023-09-12 15:58:44 +00:00
README.md first commit 2023-09-12 15:58:44 +00:00
books.db first commit 2023-09-12 15:58:44 +00:00
bun.lockb first commit 2023-09-12 15:58:44 +00:00
package.json first commit 2023-09-12 15:58:44 +00:00
sqlite.db first commit 2023-09-12 15:58:44 +00:00
tsconfig.json first commit 2023-09-12 15:58:44 +00:00

README.md

test

To install dependencies:

bun install

To run:

bun run index.ts

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