0.1.5 • Published 4 years ago

tydb v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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