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

include/gloo@migration_Migration.hrl

-record(migration, {
version :: integer(),
name :: binary(),
up :: binary(),
down :: gleam@option:option(binary())
}).