keepsake-sqlx 0.6.0

SQLx adapter for keepsake lifecycle storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![allow(missing_docs)]
#![cfg(feature = "postgres-tests")]
//! Docker-backed Postgres integration tests.

#[path = "postgres/apply.rs"]
mod apply;
#[path = "postgres/audit.rs"]
mod audit;
#[path = "postgres/expiry.rs"]
mod expiry;
#[path = "postgres/queries.rs"]
mod queries;
#[path = "postgres/relations.rs"]
mod relations;
#[path = "postgres/support.rs"]
mod support;