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

include/cigogne@types_Config.hrl

-record(config, {
connection :: cigogne@types:connection_config(),
database_schema_to_use :: binary(),
migration_table_name :: binary(),
schema_config :: cigogne@types:schema_config(),
migration_folder :: binary(),
migration_file_pattern :: binary()
}).