SQL Migrations system for distributed development

root

This is a tool for managing migrations between versions of a SQL database schema.

This is meant to support decentralized development of a schema;
not only by multiple developers working in parallel,
but also with parts of the schema declared (and used) in separate, optional packages.

This is only intended to support SQLite for right now, but Postgres support would be good too.
For other databases, I really have to ask why you want to use them.