basho-labs / Riak-TS-JDBC-Driver

JDBC client for Basho's Riak TS database (http://docs.basho.com/riak/ts/), see https://github.com/cvitter/Riak-TS-JDBC-Driver/tree/master/riakts.jdbc.driver for documentation.
Apache License 2.0
10 stars 2 forks source link

Create external project that demonstrates that the JDBC driver can work in the wild #10

Closed cvitter closed 8 years ago

cvitter commented 8 years ago

Need to verify that the Jar file created by the Riak TS JDBC Driver project will work in the wild with third-party applications.

cvitter commented 8 years ago

Created riakts.jdbc.driver.test under the Riak-TS-JDBC-Driver repo, ExternalDriverTest class tests connecting to Riak TS via the JDBC driver.