Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@acellam acellam released this 11 Aug 14:05
· 30 commits to main since this release

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