Registry / database / activerecord-jdbcmysql-adapter

activerecord-jdbcmysql-adapter

JSON →
library1.3.25rbrubygemsunverified

MySQL JDBC adapter for JRuby on Rails, enabling ActiveRecord to connect to MySQL databases via JDBC.

gem install activerecord-jdbcmysql-adapter
INSTALL
IMPORT
SIG · ACTIVERECORD-JDBCM
A
activerecord-jdbcmysql-adapter
databaserubyv1.3.25
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActiveRecord::ConnectionAdapters::JdbcAdapter
require 'activerecord-jdbcmysql-adapter'

Connect to a MySQL database using JDBC adapter

require 'activerecord-jdbcmysql-adapter' ActiveRecord::Base.establish_connection( adapter: 'jdbcmysql', host: 'localhost', database: 'my_db' )
Debug
Known issues
breakingThis adapter is only compatible with JRuby, not with MRI Ruby.
fix
Use the 'mysql2' gem instead if running on MRI Ruby.
affects: >= 0.0.0
Upgrade
Version history
1.3.25latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
48
OpenAI (training)
1
Resources
activerecord-jdbcmysql-adapter — gem install activerecord-jdbcmysql-adapter · libregistry