Last Version

Backends database drivers 0.40

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.

License

License

Commercial License
GroupId

GroupId

com.torodb.torod.backends
ArtifactId

ArtifactId

drivers
Version

Version

0.40
Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

8Kdata

Download drivers 0.40

Filename Size
drivers-0.40.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/com.torodb.torod.backends/drivers/ -->
<dependency>
    <groupId>com.torodb.torod.backends</groupId>
    <artifactId>drivers</artifactId>
    <version>0.40</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.torodb.torod.backends/drivers/
implementation 'com.torodb.torod.backends:drivers:0.40'
// https://jarcasting.com/artifacts/com.torodb.torod.backends/drivers/
implementation ("com.torodb.torod.backends:drivers:0.40")
'com.torodb.torod.backends:drivers:pom:0.40'
<dependency org="com.torodb.torod.backends" name="drivers" rev="0.40">
  <artifact name="drivers" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.torodb.torod.backends', module='drivers', version='0.40')
)
libraryDependencies += "com.torodb.torod.backends" % "drivers" % "0.40"
[com.torodb.torod.backends/drivers "0.40"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • postgresql
  • mysql