fraiseql-wire 2.2.1

Streaming JSON query engine for Postgres 17
Documentation
1
2
3
4
5
6
7
8
9
//! Core connection type

mod config;
mod core;
mod helpers;
mod tests;

pub use config::{ConnectionConfig, ConnectionConfigBuilder};
pub use core::Connection;