spg-sqlx 7.34.4

sqlx 0.8 Database driver for spg-embedded — let in-process callers use sqlx::query / query_as / pool.begin against an in-process SPG without a TCP listener. Backs mailrs's drop-in PgPool → SpgPool swap (gap-eval E1).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! v7.20 test-speed A — spg-sqlx integration tests
//! merged into one target: one link instead of one per file,
//! libtest parallelises modules in-process.

mod e2e_decimal;
mod e2e_describe_real;
mod e2e_uuid_sqlx;
mod e2e_vector_tsvector;
mod fetch;
mod mailrs_round12;
mod mailrs_round20;
mod mailrs_round26;
mod mailrs_round27;
mod smoke;
mod snapshot_routing;
mod types;