SILVERCODERS SqlSync gives you the ability to compare data stored in two SQL databases and synchronize it. The results contain a list of records that differ, records that are missing, and records that are additional. It can generate SQL queries to make the second database identical to the first, and can execute them automatically. It will synchronize selected objects in databases or whole databases. You can control the process using command line arguments, and the results are both readable and easy to use for future processing with shell scripts. A C language library allows comparing databases from other applications. PostgreSQL 8.1.x, MySQL 5.0.x, FirebirdSQL 1.5.x, Microsoft SQL Server 2000, Microsoft SQL Server 2005, and Oracle 10g are supported. The two databases being compared can be driven by two different SQL servers.
| Tags | Database Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | Windows Windows POSIX BSD Linux Unix |
| Implementation | C |