Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
/ r2dbc-over-adba Public archive

R2DBC wrapper around ADBA: This project is no longer maintained as ADBA efforts were terminated

License

Notifications You must be signed in to change notification settings

r2dbc/r2dbc-over-adba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactive Relational Database Connectivity over ADBA Experiment

⚠️ This project is no longer being actively maintained as the ADBA efforts were terminated. ⚠️

We might reconsider reviving this project once ADBA has made significant progress.

This project contains the ADBA Adapter of the R2DBC SPI that allows usage of ADBA drivers by using the R2DBC SPI. This implementation is not intended to be used directly, but rather to be used as the backing implementation for a humane client library to delegate to.

Maven

Both milestone and snapshot artifacts (library, source, and javadoc) can be found in Maven repositories.

<dependency>
  <groupId>io.r2dbc</groupId>
  <artifactId>r2dbc-over-adba</artifactId>
  <version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>

Artifacts can bound found at the following repositories.

Repositories

<repository>
    <id>spring-snapshots</id>
    <name>Spring Snapshots</name>
    <url>https://repo.spring.io/snapshot</url>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>
<repository>
    <id>spring-milestones</id>
    <name>Spring Milestones</name>
    <url>https://repo.spring.io/milestone</url>
    <snapshots>
        <enabled>false</enabled>
    </snapshots>
</repository>

License

This project is released under version 2.0 of the Apache License.

About

R2DBC wrapper around ADBA: This project is no longer maintained as ADBA efforts were terminated

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published