Current section

Files

Jump to
pgl include pgl_Db.hrl
Raw

include/pgl_Db.hrl

-record(db, {
pool :: gleam@erlang@process:name(db_pool:message(pgl:connection(), pgl:pgl_error())),
sockets :: pgl@internal@socket:factory(),
type_cache :: pgl@internal@type_cache:type_cache(),
query_cache :: pgl@internal@query_cache:query_cache(),
config :: pgl:config()
}).