A tiny in-memory database written in Node.js
- Node >= 18.x
- NPM / Yarn
First, install the dependencies with
yarn
Then, build it running
yarn build
Start the app with
yarn start
Or you can skip the build process entirely running
yarn dev
. 😸
- CREATE TABLE
- SELECT
- UPDATE
- INSERT
- DELETE
- WHERE
- ORDER BY
- LIMIT
- JOINS
- ALIASES