postgres_to_polars 0.6.0

A Rust library for direct and performant conversion of PostgreSQL data to Polars dataframes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# postgres_to_polars

A Rust library for direct and performant conversion of PostgreSQL data to Polars dataframes.

## WIP

TODO:
- [ ] Documentation
- [ ] Examples
- [ ] Tests
- [ ] Benchmarks
- [ ] CI/CD