deltasql is an advanced Database Schema Version Control. It allows a team to commonly develop a data model on the fly, while the source code is growing. Sync algo supports branches and tags. Works for postgreSQL, Oracle, mySQL, MariaDB, Microsoft SQL Server or any SQL-like db.
Features
- database synchronization
- database sql script management
License
GNU General Public License version 2.0 (GPLv2)
You Might Also Like
SIEM | API Security | Log Management Software
Built on the Graylog Platform, Graylog Security is the industry’s best-of-breed threat detection, investigation, and response (TDIR) solution. It simplifies analysts’ day-to-day cybersecurity activities with an unmatched workflow and user experience while simultaneously providing short- and long-term budget flexibility in the form of low total cost of ownership (TCO) that CISOs covet. With Graylog Security, security analysts can:
Rate This Project
Login To Rate This Project
User Reviews
-
deltaSQl has been a life saver for me . keeping track of individual sql scripts has never been easier . A simple bash script will make this work perfectly with your build server environment . Upgrading application database is as simple as running a bash script which uses deltaSQL API's to the generate required delta . Huge time savings .
-
Thanks for Deltasql, it's excellent!
-
It works for me :-) Code quality might not be the best, but it allows developers to save time managing database schemas, and it substantially reduces the amount of mistakes due to datamodel-sourcecode asynchronization. There are plenty of clients for the deltasql server. With dbredactor or ant client, it integrates well with Eclipse. With the bash client and cron jobs it is even possible to build a continous integration for database schemas.