License |
License
Commercial License
|
---|---|
GroupId | GroupIdcom.torodb.torod.backends |
ArtifactId | ArtifactIddrivers |
Last Version | Last Version0.40 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBackends 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 Organization8Kdata |
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"]