That looks interesting. It seems modeled on db:migrate. I like how it keeps track of the various migrations and versionizes the whole thing.
I don't understand how it gets drivers structured, or how it would work with nosql databases, but conceptually, it definitely does the right thing. Thanks! On May 29, 8:59 pm, Ben Kelly <[email protected]> wrote: > On Tue, May 29, 2012 at 1:40 PM, deitch <[email protected]> wrote: > > a) Is there anything like "rake db:migrate" from Rails for node? > > One of my coworkers wrote a migration lib for node: > > https://github.com/nearinfinity/node-db-migrate > > Hope that helps. > > Ben -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
