{"id":72378,"library":"orientdb-client","title":"OrientDB Client","description":"Client library for OrientDB, a multi-model NoSQL document-graph database.","status":"active","version":"3.2.51","language":"java","source_language":null,"source_url":"https://github.com/orientechnologies/orientdb","tags":["nosql","document","graph","database","orientdb"],"install":[{"cmd":"<dependency>\n  <groupId>com.orientechnologies</groupId>\n  <artifactId>orientdb-client</artifactId>\n  <version>3.2.51</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.orientechnologies:orientdb-client:3.2.51'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"ODatabaseSession","correct":"com.orientechnologies.orient.core.db.ODatabaseSession"}],"quickstart":{"code":"import com.orientechnologies.orient.core.db.ODatabaseSession;\nimport com.orientechnologies.orient.core.db.OrientDB;\n\npublic class Example {\n    public static void main(String[] args) {\n        OrientDB orient = new OrientDB(\"remote:localhost\", OrientDBConfig.defaultConfig());\n        ODatabaseSession db = orient.open(\"mydb\", \"admin\", \"admin\");\n        System.out.println(\"Connected to database: \" + db.getName());\n        db.close();\n        orient.close();\n    }\n}","lang":"java","description":"Connects to a remote OrientDB database and opens a session."},"warnings":[{"fix":"Use the correct version of orientdb-client matching your server version; refer to migration guide.","message":"OrientDB 3.x has breaking API changes from 2.x, especially in the client library.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'client':2,3 'databas':15,19 'document':13,17 'document-graph':12 'graph':14,18 'librari':4 'model':10 'multi':9 'multi-model':8 'nosql':11,16 'orientdb':1,6,20","created_at":"2026-06-17T18:38:22.509807+00:00","updated_at":"2026-06-17T18:38:22.509807+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://orientdb.dev","github":"https://github.com/orientechnologies/orientdb","docs":"https://appdoc.app/artifact/com.orientechnologies/orientdb-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}