Packages

PostgreSQL protocol encoding and decoding

Current section

Files

Jump to
postgresql_protocol include postgresql_protocol_Connection.hrl
Raw

include/postgresql_protocol_Connection.hrl

-record(connection, {
socket :: mug:socket(),
buffer :: bitstring(),
timeout :: integer()
}).