This project demonstrates a basic implementation of SQLite3 with JavaScript and Bun.js. It includes a testing file, run.js
, to verify the execution of data and a main file, app.js
, for the application logic.
- Install Node.js
- Install SQLite3
- Install Bun.js
-
Clone the repository:
git clone https://github.com/MementoMori11723/SQLite-js.git cd your-repository bun install
-
Run the application:
bun run app.js or bun run run.js