Registry / database / postgres-protocol

postgres-protocol

JSON →
library0.6.12rscratesunverified

Low level Postgres protocol APIs for building PostgreSQL clients and tools.

# Cargo.toml [dependencies] postgres-protocol = "0.6.12"
INSTALL
IMPORT
SIG · POSTGRES-PROTOCOL
P
postgres-protocol
databaserustv0.6.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Query
✓ use postgres_protocol::message::frontend::Query;

Creates a PostgreSQL frontend query message.

use postgres_protocol::message::frontend::Query; fn main() { let query = Query::new(b"SELECT 1").unwrap(); println!("Query message created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
postgres-protocol — cargo add postgres-protocol · libregistry