Project

jdbc-crate

0.0
No commit activity in last 3 years
No release in over 3 years
Install this gem `require 'jdbc/crate'` and invoke `Jdbc::Crate.load_driver` within JRuby to load the driver.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

jdbc-crate

Crate JDBC driver loading for JRuby.

Usage

To make the driver accessible to JDBC and JRuby :

require 'jdbc/crate'
Jdbc::Crate.load_driver

Crate JDBC is distributed under the Apache License 2.0, see LICENSE.txt.