Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fxjs-modules/orm
https://github.com/fxjs-modules/orm
Last synced: 10 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T05:08:06.000Z (4 months ago)
- Last Synced: 2024-10-27T16:10:41.631Z (16 days ago)
- Language: JavaScript
- Size: 6.23 MB
- Stars: 3
- Watchers: 7
- 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
```