smartdata/README.md

20 lines
626 B
Markdown
Raw Normal View History

2016-09-11 16:03:47 +00:00
# smartdata
smartdata is a ODM that adheres to TypeScript practices and uses classes to organize data.
2016-09-12 20:11:17 +00:00
It uses MongoDB as persistent storage.
## Intention
There are many ODMs out there, however when we searched for a ODM that uses TypeScript,
acts smart while still embracing an easy the NoSQL idea we didn't find a matching solution.
This is why we started smartdata
How MongoDB terms map to smartdata classes
MongoDB term | smartdata class
--- | ---
Database | smartdata.DbConnection
Collection | smartdata.DbCollection
Document | smartdata.DbDoc
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)