pgevolve 0.4.4

Postgres declarative schema management CLI — diff source SQL against a live database and generate reviewable migrations.
Documentation
1
2
3
4
5
6
//! Re-export the shared `tokio_postgres`-backed catalog querier from
//! `pgevolve-core`. Enabled via the `tokio-postgres-querier` feature.
//!
//! See [`pgevolve_core::catalog::pg_querier`] for the implementation.

pub use pgevolve_core::catalog::pg_querier::{NoRuntimeError, PgCatalogQuerier};