Documentation
¶
Overview ¶
Package migrations exposes the application's SQL migration files as embedded filesystems. Both the runtime binary and integration tests import this package to get at the migration sources.
The Postgres and ClickHouse FSes are rooted at "postgres/" and "clickhouse/" respectively — pass those subpaths to internal/migrate.Run.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClickHouse embed.FS
View Source
var Postgres embed.FS
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.