I spoke with the author. The node-db-migrate package supports mysql, postgres, and sqlite at the moment. The underlying database drivers are not automatically pulled in as dependencies, though, so that you are not forced to install all of these. You need to install the appropriate underlying driver yourself.
Right now node-db-migrate is specific to relational databases. Hope that helps. Ben On Wed, May 30, 2012 at 1:35 AM, deitch <[email protected]> wrote: > 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 > -- 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
