tern-core 3.1.5

Core interfaces and types for `tern` migration tooling.
Documentation
1
2
3
4
//! This module contains assorted third-party database connection types that
//! implement [`Executor`](crate::migration::Executor).
#[cfg(feature = "sqlx")]
pub mod sqlx_backend;