Drivers & Clients
Python
- Python Driver
Java
JavaScript
- Nodejs Driver
- TypeORM
Hibernate
Setting Up Dependency
Now you need to add the Regatta Hibernate Dialect to your pom.xml
:
<dependency>
<groupId>dev.regatta</groupId>
<artifactId>regatta-jdbc</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>path/to/regatta_jdbc.jar</systemPath>
</dependency>
<dependency>
<groupId>dev.regatta</groupId>
<artifactId>regatta-hibernate</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>path/to/regatta_hibernate_dialect.jar</systemPath>
</dependency>
Was this page helpful?
Assistant
Responses are generated using AI and may contain mistakes.