ports/databases/ruby-mysql2/pkg/DESCR

5 lines
234 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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 APIs
available. This one is not.