pgpq 0.11.0

Encode Apache Arrow `RecordBatch`es to Postgres' native binary format
Documentation
1
2
3
4
5
6
7
8
9
# pgpq

Convert PyArrow RecordBatches to Postgres' native binary format.

## Usage

```rust
// TODO
```