We have exposed the basic CRUD for accessing database
- Supports for all database kinds
find
findOne
create
update
delete
- Support for NOSQL
aggregate
index
- Support of Relational Databse
query
beginTransaction
commitTransaction
rollbackTransaction
- ORM support
Sequelize
Mongoose