Splice Engine JDBC adapter for JRuby on Rails.
Add this line to your application's Gemfile:
gem 'activerecord-jdbcsplice-adapter'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install activerecord-jdbcsplice-adapter
To use Splice JDBC adapter, install the gem, and update your database.yml
like:
default: &default
adapter: jdbcsplice
username: splice
password: admin
prepared_statements: true
pool: 1000
host: localhost
port: 1527
development:
<<: *default
database: splicedb
test:
<<: *default
database: splicedb_test
production:
<<: *default
database: splicedb_production