Current section
Files
Jump to
Current section
Files
src/postgresql_protocol.app.src
{application, postgresql_protocol, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
mug,
prng,
showtime]},
{description, "PostgreSQL protocol encoding and decoding"},
{modules, [postgresql_protocol]},
{registered, []}
]}.