Registry / database / orientdb-graphdb

orientdb-graphdb

JSON →
library3.2.51javamavenunverified

OrientDB is a NoSQL document and graph database management system.

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

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

Connects to a remote OrientDB database.

import com.orientechnologies.orient.core.db.OrientDB; import com.orientechnologies.orient.core.db.OrientDBConfig; public class Example { public static void main(String[] args) { OrientDB orient = new OrientDB("remote:localhost", OrientDBConfig.defaultConfig()); orient.open("mydb", "admin", "admin"); orient.close(); } }
Debug
Known issues
breakingOrientDB has multiple API versions; ensure compatibility with your client library.
fix
Use the same major version for both server and client libraries.
affects: >=3.0.0
Upgrade
Version history
3.2.51latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
orientdb-graphdb — mvn dependency:get orientdb-graphdb · libregistry