schemamama 0.0.1

A lightweight database schema migration system
docs.rs failed to build schemamama-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: schemamama-0.3.0

Schemamama

A lightweight database schema migration system. Supports only PostgreSQL for now. Depends on rust-postgres. Sche·ma·ma·ma.

Testing

To run cargo test, you must have PostgreSQL running locally with a user role named postgres with login access to a database named postgres. All tests will work in the pg_temp schema, so the database will not be modified.