tydb
v0.1.5
Published
Strongly-typed, NoSQL, fast, light-weight, embedded, Mongo-like database with built-in ODM.
Downloads
424
Maintainers
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).