waypoint-core 0.4.0

Lightweight, Flyway-compatible SQL migration library for PostgreSQL and MySQL
Documentation
1
2
3
4
5
6
7
8
9
//! PostgreSQL-specific implementations.
//!
//! Each submodule provides the PostgreSQL implementation of a feature whose
//! engine-agnostic types and dispatcher live at the top level of the crate.

pub mod advisor;
pub mod history;
pub mod migrate;
pub mod safety;