Expand description
Convergence is a crate for writing servers that speak PostgreSQL’s wire protocol.
Re-exports§
pub use sqlparser;
Modules§
- connection
- Contains the Connection struct, which represents an individual Postgres session, and related types.
- engine
- Contains core interface definitions for custom SQL engines.
- protocol
- Contains types that represent the core Postgres wire protocol.
- protocol_
ext - Contains extensions that make working with the Postgres protocol simpler or more efficient.
- server
- Contains utility types and functions for starting and running servers.