Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecraft/jdbc-jt400
https://github.com/ecraft/jdbc-jt400
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ecraft/jdbc-jt400
- Owner: ecraft
- License: other
- Created: 2017-02-01T06:27:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T09:58:59.000Z (over 6 years ago)
- Last Synced: 2024-10-19T21:40:01.532Z (3 months ago)
- Language: Ruby
- Size: 8.25 MB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Gem Version](https://badge.fury.io/rb/jdbc-jt400.svg)](https://badge.fury.io/rb/jdbc-jt400)
# jdbc-jt400
A Ruby gem which wraps the IBM Toolbox for Java (i.e. JTOpen), which allows Java programs to connect to DB2 on IBM i (or i5/OS
or OS/400).For more information about JTOpen, please consult http://jt400.sourceforge.net/
## Usage
To make the driver accessible to JDBC and ActiveRecord code running in JRuby :
```ruby
require 'jdbc/jt400'
Jdbc::JT400.load_driver
```## Copyright
* Rubygem copyright © 2017-2018 [eCraft](http://apps.ecraft.com)
* JTOpen is [copyright](https://sourceforge.net/p/jt400/svn/HEAD/tree/trunk/src/com/ibm/as400/access/Copyright.java) © 1997-2017 International Business Machines Corporation and othersThis 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](LICENSE.md) file.