pgmold 0.2.0

PostgreSQL schema-as-code management tool
Documentation
[[bin]]
name = "pgmold"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.regex]
version = "1.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlparser]
features = ["visitor"]
version = "0.52"

[dependencies.sqlx]
features = ["runtime-tokio-native-tls", "postgres"]
version = "0.7"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.35"

[dev-dependencies.sqlx]
features = ["runtime-tokio-native-tls", "postgres"]
version = "0.7"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.testcontainers]
version = "0.23"

[dev-dependencies.testcontainers-modules]
features = ["postgres"]
version = "0.11"

[dev-dependencies.tokio]
features = ["full"]
version = "1.35"

[lib]
name = "pgmold"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "database"]
description = "PostgreSQL schema-as-code management tool"
edition = "2021"
keywords = ["postgresql", "schema", "migrations", "database", "cli"]
license = "MIT"
name = "pgmold"
readme = "README.md"
repository = "https://github.com/fmguerreiro/pgmold"
version = "0.2.0"

[[test]]
name = "integration"
path = "tests/integration.rs"