top of page
Objectdb
ObjectDB is a NoSQL database for Java that stores data as objects, eliminating the impedance mismatch between object-oriented programming languages and relational databases. This technology supports JPA (Java Persistence API) and JDO (Java Data Objects) standards, allowing for transparent persistence for Java objects. ObjectDB provides ACID transactions and indexes for efficient queries while maintaining data consistency. As a pure Java Type 4 database, it operates independently of an external DBMS and can function in embedded or client-server mode depending on the project's needs.
bottom of page