A set of tools for writing servers that speak PostgreSQL's wire protocol
Last updated May 18, 2025
93
Stars
16
Forks
7
Issues
0
Stars/day
Attention Score
34
Topics
Language breakdown
Rust 99.7%
R 0.3%
โธ Files
click to expand
README
Convergence
A set of tools for writing servers that speak PostgreSQL's wire protocol.
๐ง This project is extremely WIP at this stage.
Crates
convergence contains the core traits, protocol handling and connection state machine for emulating a Postgres server.
convergence-arrow enables translation of Apache Arrow dataframes into Postgres result sets, allowing you to access your Arrow-powered data services via standard Postgres drivers. It also provides a reusable Engine implementation using DataFusion for execution.
๐ More in this category