jor-angular

This package has the Angular libraries for [JsonOnRelations](https://github.com/VinceZK/json-on-relations). With these libraries, one can easily compose CRUD Apps.


Keywords
Entity, CRUD, Form, Low Code, UI Control, Search Help, Value Help, Angular, composing-json-messages, data-manipulations, database, entity-framework, entity-modeling, orm, relationship, restful
License
MIT
Install
npm install jor-angular@3.4.3

Documentation

JSON-On-Relations

JSON-On-Relations(JOR) is an entity framework in NodeJS.

JOR provides entity modeling tools which can generate tables in relational database(MySQL). It then allows you to compose JSON messages to query and manipulate data.

JOR is not trying to introduce a new SQL-like grammar over HTTP, but to reduce the number of RESTful endpoints. By composing JSON messages, developers can achieve most of the data manipulations without any server side coding. By grouping relevant attributes in Relations and traversing relationships among entities, the over-fetching and under-fetching issues are well resolved

Check the videos for a first glance:

Here also gives an example on how to build a CRUD App with JOR.

For a deep dive, check the wiki.

License

The Apache-2.0 License

Copyright 2020 VinceZK

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.