https://github.com/fxjs-modules/orm
https://github.com/fxjs-modules/orm
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fxjs-modules/orm
- Owner: fxjs-modules
- License: mit
- Created: 2018-10-02T08:36:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-19T14:58:27.000Z (7 months ago)
- Last Synced: 2025-04-28T09:05:04.734Z (6 months ago)
- Language: JavaScript
- Homepage: https://fxjs-modules.github.io/orm/
- Size: 6.41 MB
- Stars: 3
- Watchers: 6
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: License
Awesome Lists containing this project
- awesome - orm - Object Relational Mapping for fibjs. (Packages / Database/Cache)
README
## @fxjs/orm
This is one mono-style fibjs lib starter.
### Get Started
Make sure you have installed `lerna` in this repo.
```bash
npm i
```
Then, run
```bash
# bootstrap development
npm run bootstrap
```
Then try to run `ci` script in each package like below:
```bash
npm run ci
```
Finally, start your development, change code and test it.
### Publish
```bash
lerna publish
```