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