schemamama_postgres 0.3.0

PostgreSQL adapter for the Schemamama migration system
Documentation
[package]
name = "schemamama_postgres"
version = "0.3.0"
authors = ["Skyler Lipthay <skyler.lipthay@gmail.com>"]
description = "PostgreSQL adapter for the Schemamama migration system"
readme = "README.md"
keywords = ["schemamama", "database", "migration", "postgresql"]
license = "MIT"
repository = "https://github.com/SkylerLipthay/schemamama_postgres"

[dependencies]
schemamama = ">=0.1"
postgres = ">=0.17"