Current section
Files
Jump to
Current section
Files
src/postgleam.app.src
{application, postgleam, [
{vsn, "0.5.0"},
{applications, [gleam_crypto,
gleam_erlang,
gleam_json,
gleam_otp,
gleam_stdlib,
mug]},
{description, "A native Gleam PostgreSQL driver implementing the wire protocol"},
{modules, [bench_ffi,
postgleam,
postgleam@@main,
postgleam@auth@md5,
postgleam@auth@scram,
postgleam@codec,
postgleam@codec@array,
postgleam@codec@bit_string,
postgleam@codec@bool,
postgleam@codec@box,
postgleam@codec@bytea,
postgleam@codec@circle,
postgleam@codec@date,
postgleam@codec@defaults,
postgleam@codec@float4,
postgleam@codec@float8,
postgleam@codec@inet,
postgleam@codec@int2,
postgleam@codec@int4,
postgleam@codec@int8,
postgleam@codec@interval,
postgleam@codec@json,
postgleam@codec@jsonb,
postgleam@codec@jsonpath,
postgleam@codec@line,
postgleam@codec@lseg,
postgleam@codec@macaddr,
postgleam@codec@macaddr8,
postgleam@codec@money,
postgleam@codec@name,
postgleam@codec@numeric,
postgleam@codec@oid_codec,
postgleam@codec@path,
postgleam@codec@point,
postgleam@codec@polygon,
postgleam@codec@registry,
postgleam@codec@text,
postgleam@codec@time,
postgleam@codec@timestamp,
postgleam@codec@timestamptz,
postgleam@codec@timetz,
postgleam@codec@uuid,
postgleam@codec@void,
postgleam@codec@xml,
postgleam@config,
postgleam@connection,
postgleam@copy,
postgleam@decode,
postgleam@error,
postgleam@internal@connection_actor,
postgleam@internal@transport,
postgleam@message,
postgleam@notifications,
postgleam@pool,
postgleam@query,
postgleam@replication,
postgleam@result,
postgleam@stream,
postgleam@type_info,
postgleam@value,
postgleam_ffi,
postgleam_test_ffi]},
{registered, []}
]}.