mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
6 lines
278 B
Plaintext
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
|