elia / mysql

the MySQL/Ruby library wrapped into a gem that installs smoothly

This URL has Read+Write access

mysql /
name age message
file .gitignore Mon Dec 08 05:02:01 -0800 2008 added .gitignore [elia]
file COPYING Thu Dec 04 01:21:38 -0800 2008 initial commit [elia]
file COPYING.ja Thu Dec 04 01:21:38 -0800 2008 initial commit [elia]
file README.html Mon Jun 22 15:54:26 -0700 2009 Updated to latest Mysql/Ruby version from TOMIT... [elia]
file README.markdown Mon Dec 08 10:57:01 -0800 2008 updated the gemspec and extconf.rb so they'll c... [elia]
file README_ja.html Mon Jun 22 15:54:26 -0700 2009 Updated to latest Mysql/Ruby version from TOMIT... [elia]
file Rakefile Mon Jun 22 16:21:16 -0700 2009 Add a rake "gem command" to build and install gem. [elia]
file extconf.rb Mon Jun 22 15:55:10 -0700 2009 Updated extconf to run smoothly. [elia]
file mysql.c Mon Jun 22 15:54:26 -0700 2009 Updated to latest Mysql/Ruby version from TOMIT... [elia]
file mysql.gemspec Mon Jun 22 16:02:58 -0700 2009 Converted gemspec from yaml to ruby. [elia]
file test.rb Mon Jun 22 15:54:26 -0700 2009 Updated to latest Mysql/Ruby version from TOMIT... [elia]
file tommy.css Thu Dec 04 01:21:38 -0800 2008 initial commit [elia]
README.markdown

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.

Installation

Run the following if you haven't already:

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

Install the gem(s):

sudo gem install elia-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.