Skip to content

Releases: fractalerp/active-record-js

v1.0.0

11 Aug 14:05
Compare
Choose a tag to compare

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

v1.0.0-alpha

09 Aug 17:31
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

We have exposed the basic CRUD for accessing database

  • find
  • findOne
  • create
  • update
  • delete
  • aggregate
  • index
  • query
  • beginTransaction
  • commitTransaction
  • rollbackTransaction