Documentation
¶
Overview ¶
Package migrations provides a lightweight migration runner for the Mote database. It applies SQL files embedded in the migrations directory in lexicographic order, tracking applied migrations in a _migrations table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureMigrationsTable ¶
EnsureMigrationsTable creates the _migrations tracking table if it does not already exist.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.