nidus-sqlx 1.0.6

Official SQLx adapter primitives for Nidus, including pool registration and health checks.
Documentation
1
2
3
4
5
6
7
#![cfg(feature = "sqlite")]

#[test]
fn sqlx_providers_do_not_support_sync_typed_registration() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/sqlx_provider_typed_registration.rs");
}