https://github.com/ps2/jdbc-mysql
https://github.com/ps2/jdbc-mysql
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ps2/jdbc-mysql
- Owner: ps2
- License: other
- Created: 2012-07-17T03:16:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-17T03:28:14.000Z (almost 14 years ago)
- Last Synced: 2025-02-02T05:25:17.576Z (over 1 year ago)
- Language: Ruby
- Size: 843 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
= jdbc-mysql
* http://jruby-extras.rubyforge.org/activerecord-jdbc-adapter/
== DESCRIPTION:
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.