Docs.rs
pgpq-0.9.0
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pgpq 0.9.0
Encode Apache Arrow `RecordBatch`es to Postgres' native binary format
Crate
Source
Builds
Feature flags
Documentation
Coverage
0.47%
1
out of
215
items documented
0
out of
111
items with examples
Size
Source code size: 130.75 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 22.35 MB
This is the summed size of all files generated by rustdoc for all configured targets
Links
Homepage
Documentation
adriangb/pgpq
271
20
7
crates.io
Dependencies
anyhow ^1.0.70
normal
arrow-array >=46.0.0
normal
arrow-schema >=46.0.0
normal
bytes ^1.4.0
normal
enum_dispatch ^0.3.11
normal
thiserror ^1.0.40
normal
arrow >=32.0.0
dev
arrow-ipc >=46.0.0
dev
criterion >=0.4.0
dev
parquet >=46.0.0
dev
postgres-types >=0.2.4
dev
rstest >=0.16.0
dev
ureq ^2.6.2
dev
Versions
0.9.0
(2023-10-18)
0.8.0
(2023-09-21)
0.7.3
(2023-06-15)
0.7.2
(2023-06-15)
0.7.1
(2023-03-31)
0.7.0
(2023-03-31)
0.6.1
(2023-03-29)
0.6.0
(2023-03-29)
0.5.0
(2023-02-20)
0.1.2
(2023-02-15)
0.1.1
(2023-02-15)
Owners
pgpq
Convert PyArrow RecordBatches to Postgres' native binary format.
Usage
//
TODO