0.0.4 • Published 10 years ago

mysql-object-persistence v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
10 years ago

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.