Packages

Small Postgres + SQLite library for Gleam. Query builder for 80% of CRUD, typed raw SQL for the rest.

Current section

Files

Jump to
gloo include gloo@adapter@postgres_Config.hrl
Raw

include/gloo@adapter@postgres_Config.hrl

-record(config, {
host :: binary(),
database :: binary(),
user :: binary(),
password :: gleam@option:option(binary()),
pool_size :: integer()
}).