A code-forward ETL tool for organizing and running SQL queries with support for grouping, variable replacement, and fail protection.
- You have a large number of SQL scripts that have to be run in sequence.
- You want to be able to reuse scripts for clients from the same vendor while allowing for customization.
- You want to be able to group scripts into sets that can be run together.
- You want to be able to quickly make changes and re-run scripts
- Project management
- Selecting one or more directories to pull scripts from
- Populate list of variables in the directories
- Populate list of subsets in the directories
- Serialize and deserialize project files
- Console application with cli commands