Object Databases
Object Database:
An object database (more correctly referred to as ODBMS or OODBMS for Object DBMS or Object Oriented DBMS, respectively) is a DBMS (database management system) that stores objects as opposed to tuples or records in a RDBMS (Relational Database Management System) or record-based DBMS. As data is stored as objects it can be interpreted only using the methods specified by its class. The relationship between similar objects is preserved (inheritance) as are references between objects.
From: en.wikipedia.org/wiki/OODBMS
NeoDatis ODB
NeoDatis ODB is a very simple Object Oriented database that currently runs on the Java Platform and is being ported to .net and it is really Open Source (LGPL).
It can run as an embedded database within your application or in a traditional Client Server mode.
Loading .....