elia / mysql
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
mysql /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 08 05:02:01 -0800 2008 | |
| |
COPYING | Thu Dec 04 01:21:38 -0800 2008 | |
| |
COPYING.ja | Thu Dec 04 01:21:38 -0800 2008 | |
| |
README.html | Mon Jun 22 15:54:26 -0700 2009 | |
| |
README.markdown | Mon Dec 08 10:57:01 -0800 2008 | |
| |
README_ja.html | Mon Jun 22 15:54:26 -0700 2009 | |
| |
Rakefile | Mon Jun 22 16:21:16 -0700 2009 | |
| |
extconf.rb | Mon Jun 22 15:55:10 -0700 2009 | |
| |
mysql.c | Mon Jun 22 15:54:26 -0700 2009 | |
| |
mysql.gemspec | Mon Jun 22 16:02:58 -0700 2009 | |
| |
test.rb | Mon Jun 22 15:54:26 -0700 2009 | |
| |
tommy.css | Thu Dec 04 01:21:38 -0800 2008 |
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.

