Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 613 Bytes

README.markdown

File metadata and controls

26 lines (15 loc) · 613 Bytes

MySQL/Ruby

This is a the classic Ruby C wrapper for MySQL (v.2.8) repackaged as a gem which will build without passing any extra parameters on many system. It relies on the availability in path of the right mysql_config executable. This gem is Ruby 1.9 compatible

Installation

Run the following if you haven't already:

gem sources -a http://gems.github.com

Install the gem(s):

sudo gem install mplatov-mysql

Credits

TOMITA Masahiro is the author of the original wrapper for Mysql C library, which is released under the Ruby license.

Copyright (c) 2008 Elia Schito.