| | 1. DbmJui | By: | | License: | GNU General Public License (GPL) | URL: | http://dbmjui.sourceforge.net/ | Description: | DbmJui is an attempt to clone DBMGUI, the database manager for MaxDB (formerly known as SAP DB).
DBMGUI is written in VB so it can only run on Windows platforms. DbmJui uses the Java programming language. It can run on every platform where a JVM is available.
Every version of DbmJui > 0.1.5 (only 0.1.90 for now) uses SWT. Linux/GTK2 and Win32 releases are provided. If you're running on a different platform, you need to download SWT separately from the eclipse website.
DbmJui is tested with SWT 3.x.
|
2. HenPlus | By: | | License: | GNU General Public License (GPL) | URL: | http://henplus.sourceforge.net/ | Description: | Know this ? You need a small little tool for your everyday work and you wonder why nobody did this before -- and then you write it yourself. HenPlus is the result of such an effort. Its name reflects the original intent: it started as a platform independent replacement for the Oracle SQLPlus tool.
I wrote the first version of HenPlus in 1997 (before Oracle was available for Linux) since I had to develop an application that connected to an Oracle database, but I had no Solaris machine at home -- and the only SQLPlus I could use back then was running on some Redmond operating system that lacked (and still lacks) the environment to seriously develop software.
Since then I've rewritten this tool, added command line completion and history -- but it still remained small and useful. It is freely distributable in source and binary form because it is protected by the GNU Public License.
|
3. Datastream Pro | By: | | License: | Apache Software License | URL: | http://dspro.sourceforge.net/ | Description: | Datastream Pro is a database browser and data manipulation tool.
|
4. QuantumDB | By: | | License: | | URL: | http://quantum.sourceforge.net/ | Description: | QuantumDB is a simple but powerful database access plug-in for the Eclipse Development Platform. QuantumDB allows you to:
* connect to databases using standard JDBC drivers
* review schemas, tables, views and sequences
* look up column, index and foreign key information
* issue ad-hoc queries or other SQL statements against the database
* manage, edit, and work with SQL files (*.sql)
* issue updates, deletes, and inserts using simple, easy-to-use wizards
|
5. DBBrowser | By: | | License: | GNU General Public License (GPL) | URL: | http://databasebrowser.sourceforge.net | Description: | DBBrowser is an open source (GPL license), cross-platform tool which can be used to view the contents of a database. It supports CLOBS and BLOBS. It is designed to work with Oracle and MySQL. The user should never have to write SQL to view the data although a SQL window is provided. Support for ER (Entity Relationship) diagrams, XMLTypes and more DBMS is planned for the next version.
|
6. Jisql | By: | | License: | Apache Software License | URL: | http://www.xigole.com/software/jisql.jsp | Description: | Jisql is a Java based utility to provide a command line interactive session with a SQL server. This application is conceptually modeled on the Sybase 'isql' program with, obviously, strong similarities to Microsoft SQL/Server isql and osql (as Microsoft got SQL Server from Sybase).
|
7. SQL Admin | By: | | License: | GNU General Public License (GPL) | URL: | http://sqladmin.sourceforge.net/ | Description: | SQL Admin is a Java client application to connect and send queries to different databases through JDBC.
The main idea is to create a multiplatform and multidatabase thin client. For example you can connect to an Microsoft SQL Server from a Linux machine, or connect to a PostgreSQL/Linux server from a windows machine using the same application
|
8. SQLMinus | By: | | License: | GNU General Public License (GPL) | URL: | http://sqlminus.sourceforge.net/ | Description: | SQLMinus is an SQL Client with many developer-friendly features including::
* auto-linking across tables
* dependency discovery
* simple, intuitive and powerful keys to sort columns and filter data
* tab-completion of table and column names
* expansion of abbreviations (as in vi)
* expansion of previously entered words (as in vim)
* User may select tables and columns from combo lists and construct an SQL. Does auto-joining of fields, thus making SQL construction very easy
* preferences may be configured by user in file, or specified during session
* creation of create, insert, update script from table metadata
* creation of create index scripts by just selecting table and keys
* creation of other scripts (e.g. primary key) by just selecting table and columns
* allow user to add new script templates that will generate scripts on selecting tables and columns
* data presented in text format or tabular format (JTable). Multiple tables may be viewed
* Allows reflection of java.sql classes and the database meta data
* User may save command or output area to file and read the same from
a file
* User can run a batch command from a file. If the driver does not
support batched SQLs, then they would be issued individually
* User may define an SQL statement to be executed for multiple tables
(such as if a user wants to see the count of rows in many tables one
by one, or all data in a table one by one)
* Can auto-construct a query based on table/s and field/s selected in combo.
Will automatically create joins on identically named fields.
* One may specify links between tables in the ini file. When
auto-constructing an SQL, descriptive fields such as person_name or
dept_name will also be picked from the master table. See the ini
file for an example of a link.
|
9. SQLeonardo | By: | | License: | GNU General Public License (GPL) | URL: | http://sqleonardo.altervista.org/ | Description: | SQLeonardo a powerful and easy-to-use tool that lets you query databases. When you work in SQLeonardo, you work in a graphical environment and working with data in this environment means you don't need to understand SQL, the standard programming language for talking to databases.
Works with any JDBC compliant database (ORACLE, MS SQLServer, MySQL, DB2, FiREBiRD, HSQLDB) and supports multiple concurrent connections
|
10. PKLite SQL Client | By: | | License: | GNU General Public License (GPL) | URL: | http://pklite.sourceforge.net/ | Description: | PKLite SQL Client is an Open Source Java SQL Client that can connect to any JDBC compliant database. It has basic query and update functionality and some simple database information capabilities. The goal of this project was to create a lightweight SQL client (~ 1 MB) that was portable, easy to install and be vender independent. There are still some issues to be worked out so that is can be completely database vender independent but with this new build it is able to connect to any database that has a JDBC driver and run on any operating system that has a Java VM.
|
11. DBJC | By: | | License: | GNU General Public License (GPL) | URL: | http://nioto.com/dbjc/ | Description: | DBJC is a program written in Java to query a database.
|
12. GUAM | By: | | License: | GNU General Public License (GPL) | URL: | http://www.noaxs.net/guam/ | Description: | GUAM is, as the name implies, a GUI frontend to allow easy administration of MySQL users. It is written in Java and uses the Swing toolkit. Since it is a pure Java application, it is completely cross-platform and should work on any platform that has a full Java implementation (and maybe even some of the cut-down implementations). GUAM is released under the GNU General Public License (GPL).
|
13. Adit | By: | | License: | GNU General Public License (GPL) | URL: | http://adit.sourceforge.net/ | Description: | Adit is another database interface tool built with Java.
Adit is meant to be a lightweight tool for querying a database.Some of the current features include:
* Connect to any database with a JDBC driver
* Save query results to a delimited file
* Save and restore SQL statements to disk
* View tables and field definitions
* Get information (properties) about a query
|
14. ViennaSQL | By: | | License: | | URL: | http://vienna.sourceforge.net/screenshots.html | Description: | ViennaSQL is a GUI SQL client written in 100% Java. ViennaSQL can communicate with any database that has a JDBC driver. It should run anywhere Java runs. I use it on Linux and Windows NT 4.0 with Oracle's 100% Java JDBC driver.
|
15. One$DB - Free Java Relational Database Management Software | By: | Daffodil Software Ltd. | License: | Commercial | URL: | http://www.daffodildb.com/product-overview.html | Description: | One$DB is the free version of Daffodil DB. It is free for use in any environment, commercial or otherwise, and helps reduce the overall database TCO of an organization. One$DB is a robust Java Database and inherits all basics of Daffodil DB such as Platform Independence, Small Footprint, Zero administration and JDBC/ODBC support. This free Java Database software is available in both Embedded and Network Editions.
|
16. iSQL-Viewer | By: | Markus A. Kobold | License: | Mozilla Public License | URL: | http://www.isqlviewer.com | Description: | iSQL-Viewer is an open-source JDBC 2.x compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface.
|
17. SQL ToolBox | By: | syrma software | License: | Commercial | URL: | http://www.syrma.de/ | Description: | SQL ToolBox contains applications and tools for database administration.
|
18. JRetriever | By: | Caleb Information Services Pty Ltd | License: | Commercial | URL: | http://www.caleb.com.au/index.php?id=download/download.php | Description: | JRetriever is a generic database front-end tool written with Java 2. JRetriever displays database tables/views in a Windows explorer-like front end. Users can retrieve the data either by clicking on the table folder or by composing their own SQL statements with our built-in SQL editor. The tool has been tested with Oracle 8 and MySQL as the back-end databases.
|
19. Instant Report | By: | TanyiTech Systems. | License: | Commercial | URL: | http://www.surfblvd.com/instantreport/ | Description: | Instant Report is a flexible Visual SQL query builder with a simple and intuitive WYSIWYG (What You See Is What You Get) report designer. The software has been specially designed to make database reporting and the user's experience as simple as possible by reducing most operations to point and clicks and drag and drops. To add a report element to your report, you drag and drop the element and make fine adjustments to it's properties to give it the professional appearance it deserves.
|
20. QueryForm | By: | David F. Glasser | License: | OpenSource | URL: | http://qform.sourceforge.net/ | Description: | QueryForm is a robust Java application that provides a powerful GUI front end for JDBC-enabled databases. It creates forms on-the-fly through which you can query tables and browse the results with just a few keystrokes or mouse clicks. It also lets you insert, update and delete table rows without typing any SQL statements.
|
21. Excess | By: | excess.irisdesign.co.nz/ | License: | Commercial | URL: | http://excess.irisdesign.co.nz/ | Description: | Excess works on almost all browsers because its been designed to work with one of the oldest Java platform versions. Where all other Java database clients require Java 2, and are huge downloads, Excess is small enough to download over the internet in less than a minute with a 56K modem.
|
22. SQL Developer | By: | Jan Borchers | License: | Commercial | URL: | http://sqldeveloper.solyp.com/ | Description: | SQL Developer is a SQL administration and development frontend with a graphical user interface. It is written completely in Java and runs on virtual machines supporting Java 1.3 or higher.
|
23. SQuirreL SQL Client | By: | SQuirreL | License: | GNU Lesser General Public License. | URL: | http://squirrel-sql.sourceforge.net/ | Description: | 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.
|
24. Aqua Data Studio | By: | AquaFold, Inc. | License: | Commercial | URL: | http://www.aquafold.com/ | Description: | Aqua Data Studio is a database query and administration tool that allows developers to easily create, edit, and execute SQL scripts, as well as browse and visually modify database structures. Aqua Data Studio provides an integrated database environment with a single consistent interface to all major relational databases. This allows the database administrator or developer to tackle multiple tasks simultaneously from one application.
|
26. DataBrowser | By: | JMatrix International | License: | Commercial | URL: | http://www.jetools.com/download/ | Description: | The DataBrowser is a cross-platform, cross-database graphical user interface for access to your RDBMS data.
|
27. DBBrowse | By: | Litteral S.A., St-Cloud, France. | License: | Commercial | URL: | http://www.litteral.com/us/products/main.htm | Description: | DBBrowse is a Java application that runs on a Web server (either intranet or extranet). Using a simple HTML Web browser, DBBrowse enables you to access the Web server's databases (local or remote databases as well).
|
29. sqlDESKTOP | By: | PIM | License: | Commercial | URL: | http://www.sqldesktop.com/index.htm | Description: | sqlDESKTOP can help you organize documents, WEB pages, database queries, multimedia data on CD ROM or DVD, etc..as easily as in an ordinary office environment. With sqlDESKTOP you can place related documents in the same binder even if some are computer files and others INTERNET Web sites or database queries. You can arrange by project, by department or whatever makes sense to you. sqlDESKTOP doesn't tell you how to organize, it lets you do things your own way.
|
30. Zaval Database Front-end | By: | Zaval CE Group | License: | GPL | URL: | http://www.zaval.org/products/db-front-end/index.html | Description: | Zaval Database Front-end is a light and functional web-based front-end to any database you have JDBC drivers to. Our tool allows any raw SQL code execution - it's limited only by SQL supported by the database you are using.
|
31. Abeille | By: | JETA Software, Inc. | License: | Commercial | URL: | http://www.jetaware.com/ | Description: | Abeille is a powerful database client with an affordable price. Abeille has features not available in many SQL clients on the market. In addition to a schema browser and customizable SQL editor, Abeille can graphically show foreign key relationships between tables. New tables can be created using a flexible and easy-to-use modeler. Abeille also has a powerful data browser with support for BLOB and CLOB data types.
|
|