Packages

Easily migrate your Postgres databases. In Gleam !

Retired package: Release invalid - v4.0.1 was released right after but contains breaking changes. You should not use v4.0.0 and use v4.0.1 directly.

Current section

Files

Jump to
cigogne include cigogne@internal@database_DatabaseData.hrl
Raw

include/cigogne@internal@database_DatabaseData.hrl

-record(database_data, {
connection :: pog:connection(),
migrations_table_name :: binary(),
schema :: binary(),
db_url :: gleam@option:option(binary())
}).