Skip to main content

Module loader

Module loader 

Source
Expand description

Reads migration SQL files from disk.

Structs§

MigrationFile
A loaded migration file ready for parsing.

Functions§

load_file
Load a single migration file.
load_glob
Load all SQL files matching a glob pattern (e.g. migrations/*.sql).