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)Other Useful Business Software
Red Hat Enterprise Linux on Microsoft Azure
Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
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.