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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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.