Module pgx::stringinfo

source ·
Expand description

A safe wrapper around Postgres StringInfo structure

Structs

  • StringInfoData holds information about an extensible string that is allocated by Postgres’ memory system, but generally follows Rust’s drop semantics