{"id":70540,"library":"orientdb-graphdb","title":"OrientDB GraphDB","description":"OrientDB is a NoSQL document and graph database management system.","status":"active","version":"3.2.51","language":"java","source_language":null,"source_url":"https://github.com/orientechnologies/orientdb","tags":["nosql","graph","database","orientdb"],"install":[{"cmd":"<dependency>\n  <groupId>com.orientechnologies</groupId>\n  <artifactId>orientdb-graphdb</artifactId>\n  <version>3.2.51</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.orientechnologies:orientdb-graphdb:3.2.51'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"OrientDB","correct":"com.orientechnologies.orient.core.db.OrientDB"}],"quickstart":{"code":"import com.orientechnologies.orient.core.db.OrientDB;\nimport com.orientechnologies.orient.core.db.OrientDBConfig;\n\npublic class Example {\n    public static void main(String[] args) {\n        OrientDB orient = new OrientDB(\"remote:localhost\", OrientDBConfig.defaultConfig());\n        orient.open(\"mydb\", \"admin\", \"admin\");\n        orient.close();\n    }\n}","lang":"java","description":"Connects to a remote OrientDB database."},"warnings":[{"fix":"Use the same major version for both server and client libraries.","message":"OrientDB has multiple API versions; ensure compatibility with your client library.","severity":"breaking","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'databas':10,15 'document':7 'graph':9,14 'graphdb':2 'manag':11 'nosql':6,13 'orientdb':1,3,16 'system':12","created_at":"2026-06-17T18:15:58.700954+00:00","updated_at":"2026-06-17T18:15:58.700954+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-graphdb/","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}}