Skip to content

asynched/tiny-sql

Repository files navigation

tiny-sql

A tiny in-memory database written in Node.js

Requirements

  • Node >= 18.x
  • NPM / Yarn

Installation

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. 😸

Features

  • CREATE TABLE
  • SELECT
  • UPDATE
  • INSERT
  • DELETE
  • WHERE
  • ORDER BY
  • LIMIT
  • JOINS
  • ALIASES

About

A tiny in-memory database written in Node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published