Apache Derby
Apache Derby is a full-featured, open
source relational database management system (RDBMS) that is based on
Java
and SQL.
It aims to be an easy to use solution for data
management for software developers with zero administration for end
users. It has a 2 MB disk-space footprint.
Derby ensures data integrity and provides sophisticated
transaction support. In the default configuration there is no separate
database server to be installed or maintained by the end user. It can
be deployed with an embedded options where Derby runs in the same Java
virtual machine as the application, or as a server where it runs in the
JVM that hosts the server.
Derby began as a snapshot of the IBM's Cloudscape Java
relational database. IBM contributed the code to The Apache Software
Foundation and bases future versions of IBM Cloudscape on the
Apache-managed code.
Apache Derby is a subproject of the Apache DB project.
Derby 10.8.2.2
|
|
Price
Free to download
Size
22.2MB
License
Apache License v2.0
Developer
Apache DB
Website
db.apache.org/derby/
System Requirements
Any certified Java Virtual Machine
Java Runtime Environment 1.4 or higher
derby_core_plugin
derby_ui_plugin
Support
Sites:
FAQ,
Wiki,
Quick
Start
Selected
Reviews:
ohloh.net
|
Features include:
- Small footprint - about 2 megabytes for the base engine
and embedded JDBC driver
- Provides an embedded JDBC driver that lets you embed Derby
in any Java-based
solution
- Supports the more familiar client/server mode with the
Derby Network Client JDBC driver and Derby Network Server
- Easy to install, deploy, and use
- Interfaces with the Java Cryptography Extension (JCE) API
to provide:
- Full on-disk encryption of database files
- Storage and authentication of user passwords stored in
the database
- User and password encryption over a network
- Based on the Java,
JDBC, and SQL standards
Return
to Relational Databases Home Page
Last Updated Monday, June 18 2012 @ 04:28 PM EDT |