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@schema_Table.hrl
Raw

include/gloo@schema_Table.hrl

-record(table, {
name :: binary(),
primary_key :: binary(),
decoder :: gleam@dynamic@decode:decoder(any())
}).