moleculer-orm
v0.0.11
Published
Backbone for ORM's libs for Moleculer.js framework
Downloads
2
Readme
Moleculer ORM
Mixin to integrate your favorite ORM with moleculer framework
Table of contents
| Features | |------------------------------------| | 1. About |
About
Moleculer ORM interface
Moleculer-ORM is a backbone to integrate your favorite ORM with moleculer, this interface provides some default CRUD actions to your service and integrate with other ORM that implement this lib, so if your project have multiple databases types its easy to integrate them together, all you need is instance your ORM lib and implement get, list, find, create, createMany, update, updateMany, remove, removeMany, count, toJSON methods and take rest with this lib.