[![NPM version](https://img.shields.io/npm/v/@fxjs/orm.svg)](https://www.npmjs.org/package/@fxjs/orm)  [![NPM download](https://img.shields.io/npm/dt/@fxjs/orm.svg)](https://www.npmjs.org/package/@fxjs/orm)  [![NPM download monthly](https://im


Keywords
orm, database, fibjs
License
ISC
Install
npm install @fxjs/orm@1.11.0

Documentation

@fxjs/orm

This is one mono-style fibjs lib starter.

Get Started

Make sure you have installed lerna globally.

npm i -g lerna

Then, run

# bootstrap development
lerna bootstrap

Then try to run ci script in each package like below:

lerna run ci

Finally, start your development, change code and test it.

Publish

lerna publish