migrant_source_fs library

Classes

FileNameFormat
Defines the format of the file name. All files containing the migrations must satisfy two rules:
LocalFilesystem
Reads migrations from a local filesystem. Returns the number of loaded migrations.

Functions

noSplit(String sql) List<String>
Does not perform any splitting.

Typedefs

Splitter = List<String> Function(String sql)
Splits a file into SQL statements.