gatekeep-sqlx 0.1.0

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

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