Registry / database / orientdb-core

orientdb-core

JSON →
library3.2.53javamavenunverified

OrientDB Core is a multi-model NoSQL database supporting document, graph, and object models.

<dependency> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-core</artifactId> <version>3.2.53</version> </dependency>
INSTALL
IMPORT
SIG · ORIENTDB-CORE
O
orientdb-core
databasejavav3.2.53
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OrientDB
com.orientechnologies.orient.core.db.OrientDB

Connect to a remote OrientDB database.

import com.orientechnologies.orient.core.db.OrientDB; import com.orientechnologies.orient.core.db.OrientDBConfig; public class OrientDBExample { public static void main(String[] args) { OrientDB orient = new OrientDB("remote:localhost", OrientDBConfig.defaultConfig()); orient.open("mydb", "admin", "admin"); System.out.println("Connected to OrientDB"); orient.close(); } }
Debug
Known issues
breakingOrientDB 3.x has breaking API changes from 2.x; ensure compatibility.
fix
Use OrientDB 3.x APIs and check migration guides.
affects: >=3.0.0
Upgrade
Version history
3.2.53latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
orientdb-core — mvn dependency:get orientdb-core · libregistry