Download List

Project Description

db4o is an object database for Java and all .NET environments. Its features include ACID transactions, automatic class schema recognition, query-by-example, a S.O.D.A. object querying API, native queries, LINQ support on .NET, callback methods, memory files, cascade-on-delete, multi-threaded access, and Java Webstart and servlet support.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-02-22 02:58
6.1

This release comes with an improved client/server protocol, which is now completely asynchronous and able to batch messages. Both changes reduce the number of client/server message round trips, and therefore improve client/server performance.
Tags: Development, Minor feature enhancements

2006-12-14 18:33
6.0

This release comes with a new BTree architecture and major performance enhancements resulting from a new query processor that runs on the new BTrees. Deterministic immediate query responses were made possible using a new "Lazy Query Evaluation" algorithm.
Tags: Java, Major feature enhancements

2006-11-17 08:58
6.0

This release comes with a new BTree architecture
and major performance enhancements resulting from
a new query processor that runs on the new BTrees.
Deterministic immediate query responses were made
possible using a new "Lazy Query Evaluation"
algorithm.
Tags: Development, Major feature enhancements

2006-08-21 15:34
5.5

This release is a performance release. It uses a
new BTree architecture for class indexes to reduce
the time for commits dramatically. New marshallers
for strings and arrays improve insert and update
performance by achieving a better clustering of
slots. A new diagnostics package provides more
help for developers to develop fast applications.
All performance improvements also lead to a lower
memory consumption, emphasizing db4o's suitability
for embedded use on low ressource systems.
Tags: .NET, Major feature enhancements

2006-08-17 19:31
5.5

This release is a performance release. It uses a new BTree architecture for class indexes to reduce the time for commits dramatically. New marshallers for strings and arrays improve insert and update performance by achieving a better clustering of slots. A new diagnostics package provides more help for developers to develop fast applications. All performance improvements also lead to a lower memory consumption, emphasizing db4o's suitability for embedded use on low ressource systems.
Tags: Java, Major feature enhancements

Project Resources