Hottea
Hottea has been created to separate data management in business and data layers in a functional programming way. It allows for manipulating, validation and association handling of the business entities and at the same time keeping advantages of data immutability.
Example:
// article.js // using compositionmoduleexports = { return } // or fluent apimoduleexports = { return length fields: 'body' min: 10 max: 300 changeset } // index.jsvar article = var entity = repovar changeset = article
See online documentation for more.
Tests
npm run test