Apache Derby: Difference between revisions
No edit summary |
mNo edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:Derby.png|right]] | |||
A [[Java]] based relational database system IBM Cloudscape | A [[Java]] based [[SQL]] relational database system that is also known as '''Java dB'''. Originally released in 1997 as '''JBMS''' by a company called Cloudscape, its name was changed to Cloudscape in 1998, the company was taken over by Informix in 1999. Informix itself was taken over by [[IBM]] in 2001, and the product from then on sold as '''IBM Cloudscape'''. IBM then donated the code to the Apache Project who renamed the database '''Derby'''. Since release 7 of Java, Oracle has included the product in the base Java install under the name Java dB, but completely unchanged from the original Derby release. | ||
The fact that the database is fairly small (only 2 to 3 MB on a disk) coupled with the fact that it is integrated into more recent versions of Java makes it an ideal embedded choice, even for non-Java programs if you need more functionality than programs like [[SQLite]] offer. | |||
==Version== | ==Version== | ||
* | * 10.11.1.1 (2014-08-26) | ||
;Prerequisites | |||
* Java 6 or higher | * Java 6 or higher | ||
==License== | ==License== | ||
* Open source released under the [[Apache Software License v2]] | * Open source released under the [[Apache Software License v2]] | ||
==Author== | ==Author== | ||
* Cloudscape (Original developer) | * Cloudscape Inc. (Original developer) | ||
* [[Informix]] | |||
* [[IBM]] | * [[IBM]] | ||
* [ | * Apache Software Foundation | ||
==Links== | |||
* [http://db.apache.org/derby/ Homepage] | |||
[[Category:Java Tools]][[Category:Open Source Software]][[Category:SQL]][[Category:Databases]] |
Latest revision as of 15:43, 16 June 2023

A Java based SQL relational database system that is also known as Java dB. Originally released in 1997 as JBMS by a company called Cloudscape, its name was changed to Cloudscape in 1998, the company was taken over by Informix in 1999. Informix itself was taken over by IBM in 2001, and the product from then on sold as IBM Cloudscape. IBM then donated the code to the Apache Project who renamed the database Derby. Since release 7 of Java, Oracle has included the product in the base Java install under the name Java dB, but completely unchanged from the original Derby release.
The fact that the database is fairly small (only 2 to 3 MB on a disk) coupled with the fact that it is integrated into more recent versions of Java makes it an ideal embedded choice, even for non-Java programs if you need more functionality than programs like SQLite offer.
Version
- 10.11.1.1 (2014-08-26)
- Prerequisites
- Java 6 or higher
License
- Open source released under the Apache Software License v2