mysql-object-persistence
v0.0.4
Published
This package manages migrations of sql (inspired by flyway) and reads the database schema to expose crud operations on the data. This is for someone who doesn't need something as heavy as an ORM and hates the idea of duplicating data definitions in their
Downloads
11
Readme
MySQL javascript object persistence framework
This package manages migrations of sql (inspired by flyway) and reads the database schema to expose crud operations on the data. This is for someone who doesn't need something as heavy as an ORM and hates the idea of duplicating data definitions in their JavaScript code.