Skip to content

alexcorvi/tydb

Repository files navigation



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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published