You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I'm have a trouble with finding info about connecting to mysql database if I'm using jruby.
How I can do it? I need to connect mysql to one of my .rb file.
The text was updated successfully, but these errors were encountered:
you either setup the gem 'activerecord-jdbcmysql-adapter' n your Gemfile (platform: :jruby) for Rails
... or simply use another library such as Sequel which has JRuby support for almost all of its DB support.
than obviously you could also use the Java standard JDBC with MySQL's driver (which the above all are using behind the scene). your question is too generic and maybe would have been a better suit for SO ...
Hello!
I'm have a trouble with finding info about connecting to mysql database if I'm using jruby.
How I can do it? I need to connect mysql to one of my .rb file.
The text was updated successfully, but these errors were encountered: