Databases for Java
Apache Derby
- Version Number: 10.4.2.0
- Revision Date: N/A
- Byte Size: 16MB
- License: Freeware
- Home Page: http://db.apache.org/derby/
- Author: Apache
- Source Code: http://db.apache.org/derby/
- Description: Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License, Version 2.0. Some key advantages include:
- Derby has a small footprint -- about 2 megabytes for the base engine and embedded JDBC driver.
- Derby is based on the Java, JDBC, and SQL standards.
- Derby provides an embedded JDBC driver that lets you embed Derby in any Java-based solution.
- Derby also supports the more familiar client/server mode with the Derby Network Client JDBC driver and Derby Network Server.
- Derby is easy to install, deploy, and use.
H2
- Version Number: 1.2.126
- Revision Date: N/A
- Byte Size: 2.8MB
- License: Freeware
- Home Page: http://www.h2database.com
- Author: H2
- Source Code: http://code.google.com/p/h2database/source
- Description: H2 is a SQL database engine written in Java. JDBC and ODBC drivers, embedded and client/server mode. Clustering is supported. In-memory and disk based tables. A web console application is included.
HSQLDB
- Version Number: 1.8.1.1
- Revision Date: N/A
- Byte Size: 3MB
- License: Freeware
- Home Page: http://hsqldb.org
- Author: The hsqldb Development Group
- Source Code: http://hsqldb.org
- Description: HSQLDB is the leading SQL relational database engine written in Java. It has a JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples.
Java Database Tools
DataVision
- Version Number: 1.2.0
- Revision Date: N/A
- Byte Size: 2MB
- License: Freeware
- Home Page: http://datavision.sourceforge.net
- Author: N/A
- Source Code: N/A
- Description: DataVision is an Open Source reporting tool similar to Crystal Reports. Reports can be designed using a drag-and-drop GUI. They may be run, viewed, and printed from the application or exported as HTML, XML, PDF, Excel, LaTeX2e, DocBook, or tab- or comma-delimited text files. The output files produced by LaTeX2e and DocBook can in turn be used to produce PDF, text, HTML, PostScript, and more.
QuantumDB Eclipse Plugin
- Version Number: 3.3.10
- Revision Date: N/A
- Byte Size: 8MB
- License: Freeware
- Home Page: http://quantum.sourceforge.net
- Author: QuantumDB
- Source Code: N/A
- 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
- QuantumDB works with any JDBC-complaint database, including:Adabas, DB2, HSQLDB, Informix, MySQL, Oracle, Pointbase, PostgreSQL and Sybase