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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.