Entities are a new concept I'd like to share with the Node.js community.
An Entity is a high level business unit. Entities are supersets of models and resources. They are persistent storage agnostic and provide a normalized CRUD API with which your consuming services can perform business logic actions.
Check out the current Node.js implementation on the Entity repository.
Entities are a new concept I'd like to share with the Node.js community.
An Entity is a high level business unit. Entities are supersets of models and resources. They are persistent storage agnostic and provide a normalized CRUD API with which your consuming services can perform business logic actions.
Check out the current Node.js implementation on the Entity repository.