{"id":59212,"library":"postgres-protocol","title":"postgres-protocol","description":"Low level Postgres protocol APIs for building PostgreSQL clients and tools.","status":"active","version":"0.6.12","language":"rust","source_language":null,"source_url":"https://github.com/rust-postgres/rust-postgres","tags":["postgres","protocol","database","low-level"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npostgres-protocol = \"0.6.12\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add postgres-protocol","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Query","correct":"use postgres_protocol::message::frontend::Query;"}],"quickstart":{"code":"use postgres_protocol::message::frontend::Query;\n\nfn main() {\n    let query = Query::new(b\"SELECT 1\").unwrap();\n    println!(\"Query message created\");\n}","lang":"rust","description":"Creates a PostgreSQL frontend query message."},"warnings":[],"env_vars":null,"search_vec":"'api':8 'build':10 'client':12 'databas':17 'level':5,20 'low':4,19 'low-level':18 'postgr':2,6,15 'postgres-protocol':1 'postgresql':11 'protocol':3,7,16 'tool':14","created_at":"2026-06-16T16:54:39.423957+00:00","updated_at":"2026-06-16T16:54:39.423957+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rust-postgres/rust-postgres","github":"https://github.com/rust-postgres/rust-postgres","docs":"https://docs.rs/postgres-protocol/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}