b21713f46d
require 'jdbc/mysql' to make the driver accessible to JDBC and ActiveRecord code running in JRuby. WWW: http://rubyforge.org/projects/jruby-extras/ PR: ports/126325 Submitted by: Alexander Logvinov <ports at logvinov,com>
7 lines
201 B
Text
7 lines
201 B
Text
This is a MySQL JDBC driver gem for JRuby. Use
|
|
|
|
require 'jdbc/mysql'
|
|
|
|
to make the driver accessible to JDBC and ActiveRecord code running in JRuby.
|
|
|
|
WWW: http://rubyforge.org/projects/jruby-extras/
|