ObjectDB

ObjectDB Object Database
Developer(s)ObjectDB Software
Stable release
2.9.4 / June 13, 2025 (2025-06-13)
Written inJava
Operating systemCross-platform
TypeObject database
LicenseProprietary
Websitewww.objectdb.com

ObjectDB is an object database for Java. It can be used in client-server mode and in embedded (in process) mode.

Unlike other object databases, ObjectDB does not provide its own proprietary API. Accordingly, working with ObjectDB requires using one of the two standard Java APIs: JPA or JDO. Both APIs are built-in in ObjectDB, so an intermediate ORM software is not needed.