coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

documentations fixes #170

Closed radupcforever closed 9 years ago

radupcforever commented 9 years ago

-fixed the link to the migration documentation in README.md -replaced a tx.execute with a tx.executeSql in docs/migrations.md