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

Migrate data #151

Closed TheCodeDestroyer closed 2 weeks ago

TheCodeDestroyer commented 10 years ago

Just a question is it possible to actually use migration to populate tables? For instance I'm planing to fill certain tables with new versions of database, but haven't seen any examples or anything regarding that. Is there a way to do it within the migration plugin or do I have to populate it manually?