convergence_arrow/
lib.rs

1//! Utils for bridging Apache Arrow and PostgreSQL's wire protocol.
2
3#![warn(missing_docs)]
4
5pub mod datafusion;
6pub mod metadata;
7pub mod table;