Skip to content

Database Module Packages

Pl4yingNight edited this page Nov 18, 2022 · 3 revisions

The Database Module Packages are the Connectors to their respective Databases. Every Database Module has it's own Configuration which is usually prefixed with the Database-Name. Additionally the Database Module references the required Language and Parser Package.

available Database Modules:

Neo4j

The Neo4j Database Module provides a Connection to the Neo4j Database by utilizing the Neo4j Java Driver.

Maven Dependency:

<!-- Module: Neo4j -->
<dependency>
  <groupId>net.runeduniverse.lib.rogm.lang</groupId>
  <artifactId>rogm-lang-cypher</artifactId>
  <version>2.1.2</version>
</dependency>
Clone this wiki locally