Skip to content

An application to enable grouping and running of sql scripts.

Notifications You must be signed in to change notification settings

tannerallison/SqlFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlFlow

A code-forward ETL tool for organizing and running SQL queries with support for grouping, variable replacement, and fail protection.

Who is this for?

  • 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

Roadmap

  • 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

About

An application to enable grouping and running of sql scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages