No commit activity in last 3 years
No release in over 3 years
The Database Toolkit for Ruby: JDBC AS400 driver
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 5.0
 Project Readme

Gem Version Build Status

sequel-jdbc-as400

JDBC AS400 adapter for the Sequel Ruby gem

This gem is a fork of the code which used to be a part of the Sequel codebase, but which was removed as of Sequel 5. If your application relies on the as400 adapter, use this gem together with sequel to still be able to connect to AS400 databases.

Requirements

  • Ruby 2.1 or greater.
  • Sequel 5.0 or greater.

Development

$ bundle install
$ CONNECTION_STRING="jdbc:as400://server-name/;prompt=false;user=login;password=pw;libraries=DBNAME;query timeout mechanism=cancel; bundle exec rspec

(replace the connection string with a real one, pointing at an AS400/iSeries DB2 server.)

Releasing a new gem version

Bump version in version.rb manually, then run the following:

$ bundle exec git release v1.0.0
$ bundle exec rake release