Current section

Files

Jump to
squirrel include squirrel@internal@database@postgres_protocol_Connection.hrl
Raw

include/squirrel@internal@database@postgres_protocol_Connection.hrl

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