chinookdb
v1.0.3
Published
A simple local database API for rapid embedded development experience.
Downloads
1
Maintainers
Readme
/** A LIGHT WEIGHT LOCAL FILEBASED DATABASE FOR EMBEDDED DATABASE DESIGN AND PROGRAMMING. - SKIP THE DATABASE CONNECTION - STORE IT IN THE TERMINAL **/
Setup
We're currently pending uploading this to NPM.
yarn install chinook
Development
It's recommended to install this library so that you can have fun with it.
git clone [email protected]:wayjake/chinook.git
To install dependencies:
bun install
To run:
bun run index.js
This project was created using bun init
in bun v0.5.2. Bun is a fast all-in-one JavaScript runtime.