Expand description
Discover and filter .sql files on disk.
This module finds file paths; it does not parse SQL or extract comments.
Structsยง
- Deny
List - A list of SQL files to exclude from processing.
- SqlFile
- Struct for holding the content of one
.sql - SqlFile
Set - A set of
SqlFile - SqlFiles
List - A collection of discovered
.sqlfiles under a given directory.