rich_model_js

A library for creating rich data models

Usage no npm install needed!

<script type="module">
  import richModelJs from 'https://cdn.skypack.dev/rich_model_js';
</script>

README

Rich Model Js

A Rich Model framework for javascript

Getting started

Usage

TODO

  • automated tests
    • simple models
    • models with has one associations
    • models with has many associations
    • complete the belongs to association tests
  • update the inverse direction of the setters
  • add documentation
    • fill the getting started section
    • fill the usage section with examples
  • create gulp task to run tests
  • TODOs