SQL Workbench - DBMS-independent SQL query tool
SQL Workbench is a DBMS-independent, cross-platform SQL query tool. Its main focus is on running SQL scripts (either interactively or as a batch) and export/import features. It could compare the data of two database and generate the necessary SQL statements to migrate one to the other.
comments powered by Disqus
Related Products
MySQL Workbench - visual database design tool for MySQL
MySQL Workbench is a visual database design tool. The tool is specifically for designing MySQL database. MySQL Workbench provides DBAs and developers an integrated tools for Database Design & Modeling, Query browser, Database Administration.
SQuirreL SQL Client for JDBC compliant database
SQuirreL SQL Client is a graphical Java program that will allow you to view the structure of a JDBC compliant database, browse the data in tables, issue SQL commands etc. SQuirreL's functionality can be extended through the use of plugins.
Eclipse SQL Explorer - SQL client
Eclipse SQL Explorer is a thin SQL client that allows you to query and browse any JDBC compliant database. It supports plugins with specialized functionality for individual databases (Oracle, DB2 and MySQL) and can be extended to include specialized support for other databases. It is available as standalone client as well as Eclipse plugin.
FlameRobin - Database Administration Tool for Firebird
FlameRobin is lightweight cross platform database administration tool for Firebird RDBMS.
SQL Relay - Database Connection Pool library with API available in all programming languages
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, and all major databases. It has APIs for C, C++, ODBC, Perl, Perl-DBI, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBI, Java, TCL and Erlang, drop-in replacement libraries for MySQL and PostgreSQL clients.
MySQL
The MySQL database is the world's most popular open source database.
iSQL-Viewer - JDBC compliant database front end
iSQL-Viewer is JDBC compliant database front end. It implements across multiple platforms features of the JDBC API. It does everything through a single interface. iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix.
Node-MySQL - MySQL client for Node.js
A pure node.js JavaScript Client implementing the MySQL protocol. It uses fast algorithms, buffers and as little memory as possible. This module is written entirely in JavaScript. There is no dependency on external C libraries such as libmysql.
Tungsten Replicator - Data Replication Engine for MySQL
Tungsten Replicator is a high performance, data replication engine for MySQL. It offers a set of features like Global transaction IDs to support failover, Flexible transaction filtering, Extensible transaction metadata, Sharding, Multiple replication services per process and lot more.
DBPool - Java Database Connection Pooling
A Java-based database connection pooling utility, supporting Time-based expiry, Statement caching, Connection validation, and easy configuration using a pool manager.