ORM demo

Introduction

SugoiJS ORM demo contains 2 files application for demonstrating the ORM module abilities.

Getting started

  1. git clone https://github.com/sugoiJS/ORM-Demo.git

  2. npm install

  3. npm start

What we got inside?

PostModel

This model display the abilities of handling data using SugoiJS ORM module.

That includes basic validation, hooks and meta-properties.

Index file

The application entry point that apply all of the model methods

Documentation

You can find further information on Sugoi official website

Last updated