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

include/gloo@runner_MigrationFailed.hrl

-record(migration_failed, {
version :: integer(),
name :: binary(),
reason :: binary()
}).