MVN

com.torodb.torod.backends : drivers

Maven & Gradle

Jun 11, 2016
11 stars

Backends database drivers · Parent project for the backend database drivers. Drivers are kept independent of the database implementation as some databases may share the same drivers (for instance, many Postgres-derived databases use the same JDBC drivers, as they implement the same wire protocol). However, database-dependent configuration is possible from the database backend module.

<dependency>
    <groupId>com.torodb.torod.backends</groupId>
    <artifactId>drivers</artifactId>
    <version>postgresql</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.torodb.torod.backends : drivers to add to Maven - Latest Versions:

  • Latest Stable: postgresql
  • Latest Alpha: 0.40-alpha3

All Versions

Choose a version of com.torodb.torod.backends : drivers to add to Maven - All Versions:

Version Vulnerabilities Updated
0.40
drivers-0.40
drivers-0.40-alpha3
drivers-0.40-alpha2
drivers-0.40-alpha1
postgresql
drivers-postgresql
mysql
drivers-mysql

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.torodb.torod.backends</groupId>
    <artifactId>drivers</artifactId>
    <version>postgresql</version>
</dependency>

Advertisement