Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luislavena/mysql-gem
MySQL/Ruby Bindings, wrapped as Gem with improved cross-platform support
https://github.com/luislavena/mysql-gem
Last synced: 12 days ago
JSON representation
MySQL/Ruby Bindings, wrapped as Gem with improved cross-platform support
- Host: GitHub
- URL: https://github.com/luislavena/mysql-gem
- Owner: luislavena
- License: other
- Created: 2008-05-29T20:24:55.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T12:48:09.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T15:10:00.713Z (24 days ago)
- Language: C
- Homepage: http://rubyforge.org/projects/mysql-win
- Size: 423 KB
- Stars: 53
- Watchers: 8
- Forks: 20
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: History.txt
- License: COPYING
Awesome Lists containing this project
README
# MySQL/Ruby Interface
* http://github.com/luislavena/mysql-gem
## 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](issues) 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.