-
Notifications
You must be signed in to change notification settings - Fork 4
Overview
VinceZK edited this page Apr 4, 2020
·
2 revisions
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