Documentation
¶
Overview ¶
Package migrate applies the embedded dbmate migrations to a database on startup, so the gateway stays a single self-contained binary. Migrations are split by dialect (sqlite, postgres) since the schema SQL differs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SQLite uses migrations/sqlite and "?" placeholders. SQLite = Dialect{/* contains filtered or unexported fields */} // Postgres uses migrations/postgres and "$1" placeholders. Postgres = Dialect{/* contains filtered or unexported fields */} )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.