GitXplorerGitXplorer
l

mysql-gem

public
53 stars
20 forks
8 issues

Commits

List of commits on branch master.
Unverified
ad959ba2dca95c0e841c4aa3a2d8e7c3898974e6

Add maintainer needed note (miss)

lluislavena committed 10 years ago
Unverified
f55aa9cadf9d3527eb74bf17ab2c838bc24b3397

Merge pull request #27 from mtoledo/master

lluislavena committed 10 years ago
Unverified
c629dc14e952c5f58465b120cb8352138957bec7

refactoring exception variable declaration

ddui committed 10 years ago
Unverified
18413bac3cf41331ecd03365ed5988f2f3bd74b6

setting 'errno' to nil to prevent warnings fetching it

ddui committed 10 years ago
Unverified
71853c5fb1802d2c61b29b47874fd7cb83c92ded

Merge pull request #21 from mcandre/master

lluislavena committed 12 years ago
Unverified
ae2c2aa82976acfb70cf9a135ff52c433237b300

update manifest for README.md

committed 12 years ago

README

The README file for this repository.

MySQL/Ruby Interface

Maintainer needed

As January 1st, 2015, this project has become unmaintained:

https://groups.google.com/d/topic/rubyinstaller/nzpIDZqXO-Q/discussion

If you want to take over maintenance of this project, please open an issue stating your intention and we can coordinate the entire process there.

Thank you.

DESCRIPTION

This is the MySQL API module for Ruby. It provides the same functions for Ruby programs that the MySQL C API provides for C programs.

This package is offered as gem for easy installation using RubyGems. It wraps unmodified tmtm's mysql-ruby extension into a proper gem.

Please note that tmtm (Tomita Mashahiro) has deprecated development of this extension and only update it for bug fixes.

Warning about incompatible MySQL versions under Windows

Mixing MySQL versions will generate segmentation faults.

Running the binary version of this gem against a different version of MySQL shared library libMySQL.dll will generate segmentation faults and terminate your application.

Please use the exact same MAJOR.MINOR version of MySQL, see History.txt for specific version of MySQL used to build the binaries.