github ADBA miror and ADBA artefact available for gradle projects
Frédéric Montariol
frederic.montariol at gmail.com
Wed Jun 13 21:01:05 UTC 2018
Hi there,
I am following with great interest the ADBA project, and started to play
with it recently.
I made a new github repository, which is simply a mirror from
jdk.incubator.adba sources : https://github.com/pull-vert/adba-mirror. It
is under GPL2 licence, same as ADBA sources.
I plan to release new versions to my bintray repository, trying to keep it
as updated as possible (GPL2 licensed too).
It can be used for those who want to try ADBA in gradle projects :
repositories {
maven { setUrl("https://dl.bintray.com/pull-vert/adba/") }
}
dependencies {
compile('jdk.incubator:adba:0.03')
}
I plan to write a basic SQL database in Java, fully async (probably using
JDK Flow, NIO, ForkJoinPool...) with a ADBA async driver implementation.
It is here, with just a few initial commits :
https://github.com/pull-vert/herminedb
Thanks for this nice API !
Fred
More information about the jdbc-spec-discuss
mailing list