Ducker (ducker v0.2.0)
View SourceDocumentation for Ducker
.
Summary
Functions
Executes all SQL files (.sql) in the given directory.
Executes all validation files (.yaml) in the given directory.
Initializes a Ducker struct with a connection and work directory.
Resets the validation results in the database.
Functions
Executes all SQL files (.sql) in the given directory.
Options
:eex
- If true, EEx is used to evaluate the SQL files.
Executes all validation files (.yaml) in the given directory.
Options:
:filter
- A function to filter files. It should take a file name as an argument and return true or false.
Initializes a Ducker struct with a connection and work directory.
Resets the validation results in the database.