postgres_to_polars 0.2.0

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