Path to this page:
./
databases/ruby-mysql2,
Simple, fast Mysql library for Ruby, binding to libmysql
Branch: pkgsrc-2013Q3,
Version: 0.3.13,
Package name: ruby193-mysql2-0.3.13,
Maintainer: tacaMysql2
Mysql2 is a modern, simple and very fast Mysql library for Ruby - binding to
libmysql.
The Mysql2 gem is meant to serve the extremely common use-case of connecting,
querying and iterating on results. Some database libraries out there serve as
direct 1:1 mappings of the already complex C API's available. This one is
not.
It also forces the use of UTF-8 (or binary) for the connection (and all
strings in 1.9, unless Encoding.default_internal is set then it'll convert
from UTF-8 to that encoding) and uses encoding-aware MySQL API calls where it
can.
Master sites: (Expand)
SHA1: 1599d3d793664d70b9e77179936948e3e7c5e2de
RMD160: 7c07778a4a4c9ab3f88170ee1e7b43d64397c23c
Filesize: 39.5 KB
Version history: (Expand)
- (2013-10-04) Package added to pkgsrc.se, version ruby193-mysql2-0.3.13 (created)