database-migrations
database-migrations is a library for handling relational (SQL) schema changes and versioning, much like Ruby on Rails migrations.

It doesn't force you to put the migrations in separate files but only supports one database for the time being (workaround is trivial).

Homepage: http://github.com/madnificent/database-migrations/

Licence: MIT


database version control SQL