InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Db4o Releases Version 6.0 Including .NET Support and Open Source Licensing Changes

Posted by Scott Delap on Dec 21, 2006

Sections
Operations & Infrastructure,
Architecture & Design,
Development
Topics
Java ,
.NET ,
Languages ,
Data Access ,
Programming ,
Database ,
db4o
Db4Object has released version 6.0 of their open source object database. The product allows data to be stored at the object level instead of in a relational format. Compatibility with relational databases can be achieved using the db4o replication system. Native support is provided for both Java and .NET environments. Among the enhancements in this release:

The other major change with this release is broader open source licensing. Db40o comes in both a GPL and commerical version (similar to mySQL). Licensing has been changed for the open source version to allow compatibility with projects licensed under Apache, LGPL, BSD, EPL, and others.

  • This article is part of a featured topic series on Java
DB4O Licensing and JPOX by Andy Jefferson Posted
Re: DB4O Licensing and JPOX by Andy Jefferson Posted
Java object databases by David Moshal Posted
SQL? by Sam Smoot Posted
  1. Back to top

    DB4O Licensing and JPOX

    by Andy Jefferson

    ... and to be the first product to make use of the new DB4O licensing terms, JPOX 1.1.0-beta-1 was released providing JDO/JPA interfaces for persisting to DB4O. This is released under the Apache 2 license.

  2. Back to top

    Re: DB4O Licensing and JPOX

    by Andy Jefferson

    that should have said 1.2.0-beta-1, of course. Shame there's no Edit feature here

  3. Back to top

    Java object databases

    by David Moshal

    I wonder how it compares to the excellent ObjectDb database?

  4. Back to top

    SQL?

    by Sam Smoot

    Was the SQL query interface ever released? I thought I remembered hearing around the 4.x time-frame that the 5.0 release would include it. This so that a db4o server could be used as a source for an OLAP database.