SQL Shoot

SQL Shoot - Change control for the database

by
SQL Shoot is a free and open source change control tool for relational databases. Write scripts in plain SQL, and execute them in an orderly manner. See an audit trail of your changes, and version control your scripts.

Add a comment

Replies

Best
SQL Shoot
Hello all SQL Shoot is a free and open source tool that allows developers to get their database changes under control. It's accessed through a command line interface, or a C# API. With a few commands you can execute SQL scripts against your database in an orderly manner, and see an audit trail of your changes. You can also see a snapshot of your database schema to ensure your SQL scripts did what was expected. SQL Shoot can be used with new and existing databases. It has support for PostgreSQL, SQL Server, and SQLite, with more coming soon. Why not give it a try on your next database project? Thanks!