tydb

Strongly-typed, NoSQL, fast, light-weight, embedded, Mongo-like database with built-in ODM.

Usage no npm install needed!

<script type="module">
  import tydb from 'https://cdn.skypack.dev/tydb';
</script>

README



TyDB

  • It is a NoSQL database.
  • It is called TyDB since it's strongly typed & written in Typescript.
  • Strong typing is enforced over the query & the update operators.
  • It is very similar to MongoDB (almost identical).
  • Written purely in Typescript.
  • It can run in NodeJS (Demo).
  • It can run in the browser (Demo).
  • It is light weight (45KB).
  • It can be persistent.
  • It can be in-memory-only.
  • It can be embedded.
  • It can be over-the-network.
  • It has a built-in object mapping (ODM).

Documentation & Getting started

License: MIT