ORM demo
SugoiJS ORM demo contains 2 files application for demonstrating the ORM module abilities.
- 1.
git clone https://github.com/sugoiJS/ORM-Demo.git
- 2.
npm install
- 3.
npm start
This model display the abilities of handling data using SugoiJS ORM module.
That includes basic validation, hooks and meta-properties.
The application entry point that apply all of the model methods
Last modified 4yr ago