postgres_to_polars 0.5.13

A Rust library for direct and performant conversion of PostgreSQL data to Polars dataframes.
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod client_options;
pub mod column_result;
pub mod params;
pub mod pool;
pub mod pool_options;
pub mod postgres_error;