I just wanted to point out that LiquiBase now supports SQLite.
LiquiBase is an LGPL Java-based tool for managing and applying
database changes.  The general idea is that you specify each change
you need applied to your database in a file and each time you update
the database based on that file, the applied changes are recorded in
the database.

t is similar to Ruby's ActiveMigrations, but tracks each change
independently rather than having a "database version" and so it works
much better with multiple developers and multiple code branches.

LiquiBase supports many advanced functionality such as the ability to
roll back changes, preconditions, change contexts, database "diffs",
documentation generation, and more.

For more information, see http://www.liquibase.org/home.  If you have
any questions or issues, be sure to let us know.

Nathan
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to