[package] name = "schemamama_postgres" version = "0.3.0" authors = ["Skyler Lipthay "] 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"