Every Exygen application needs, sooner or later, the same thing: describe a data model, persist it to a database, evolve it without breaking production, and query it cleanly from code. Until now, each application reinvented its own data access layer. persistence-js puts an end to that.
The problem
In TypeScript/Node, …
Read More