update tagline

This commit is contained in:
Brian Lopez 2010-04-04 22:58:47 -07:00
parent 2f6eb6fe38
commit c81bc8c6e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
= Mysql2 - A simple, 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.