gatekeep-sqlx 1.0.1

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

#[path = "postgres/audit.rs"]
mod audit;
#[path = "audit_support/mod.rs"]
mod audit_support;
#[path = "postgres/binds.rs"]
mod binds;
#[path = "postgres/lowering.rs"]
mod lowering;
#[path = "postgres/support.rs"]
mod support;