/chinook

Primary LanguageTypeScript

chinook-logo-on-white

/**

    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 git@github.com: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.