Build Status codecov

PartiQL JDBC Driver

This is an experimental PartiQL JDBC Driver.

Status

As stated previously, this driver should be considered experimental, and is nowhere near production-ready.

The API itself is not subject to change (as JDBC drivers have a stable API), however, major internal components may be subject to change (and massive refactoring).

Building

To build this project, in a new terminal window, run:

$ ./gradlew build

This will build the driver, and produce a .jar file in the build/libs directory.