Registry / database / orientdb-client

orientdb-client

JSON →
library3.2.51javamavenunverified

Client library for OrientDB, a multi-model NoSQL document-graph database.

<dependency> <groupId>com.orientechnologies</groupId> <artifactId>orientdb-client</artifactId> <version>3.2.51</version> </dependency>
INSTALL
IMPORT
SIG · ORIENTDB-CLIENT
O
orientdb-client
databasejavav3.2.51
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.

ODatabaseSession
com.orientechnologies.orient.core.db.ODatabaseSession

Connects to a remote OrientDB database and opens a session.

import com.orientechnologies.orient.core.db.ODatabaseSession; import com.orientechnologies.orient.core.db.OrientDB; public class Example { public static void main(String[] args) { OrientDB orient = new OrientDB("remote:localhost", OrientDBConfig.defaultConfig()); ODatabaseSession db = orient.open("mydb", "admin", "admin"); System.out.println("Connected to database: " + db.getName()); db.close(); orient.close(); } }
Debug
Known issues
breakingOrientDB 3.x has breaking API changes from 2.x, especially in the client library.
fix
Use the correct version of orientdb-client matching your server version; refer to migration guide.
affects: >=3.0.0
Upgrade
Version history
3.2.51latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
orientdb-client — mvn dependency:get orientdb-client · libregistry