fraiseql-wire 2.3.1

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

mod config;
mod core;
mod helpers;
#[cfg(test)]
mod tests;

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