I dunno why this bothered me

This commit is contained in:
Brian Lopez 2010-04-06 09:25:43 -07:00
parent 1f5ccc6e80
commit e8b1a18522
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
= Mysql2 - A modern, simple and very fast Mysql library for Ruby, binding to libmysql
= Mysql2 - 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.