1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/databases/rubygem-mysql2/pkg-descr
Sunpoet Po-Chuan Hsieh e8de709562 - Update to 0.3.18
- Add LICENSE
- Update WWW

Changes:	https://github.com/brianmario/mysql2/releases
2015-05-10 20:16:55 +00:00

6 lines
278 B
Plaintext

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.
WWW: https://github.com/brianmario/mysql2