jdbc-jt400

A Ruby gem which wraps the IBM Toolbox for Java, which allows Java programs to connect to DB2 on IBM i (or i5/OS or OS/400).

For more information see http://jt400.sourceforge.net/

Usage

To make the driver accessible to JDBC and ActiveRecord code running in JRuby :

require 'jdbc/jt400'
Jdbc::JT400.load_driver

Copyright © 2017 eCraft

This Rubygem and the JT400 JDBC driver ("IBM Toolbox for Java") is distributed under the IBM public license (IPL 1.0)

The full details of the IPL 1.0 can be found in the LICENSE.md file.