Skip to content

Commit fbf1695

Browse files
committed
Travis build badge, add myself to the README :)
1 parent 6bff063 commit fbf1695

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mysql2 - A modern, simple and very fast Mysql library for Ruby - binding to libmysql
22

3+
[![Build Status](https://travis-ci.org/brianmario/mysql2.png)](https://travis-ci.org/brianmario/mysql2)
4+
35
The Mysql2 gem is meant to serve the extremely common use-case of connecting, querying and iterating on results.
46
Some database libraries out there serve as direct 1:1 mappings of the already complex C API's available.
57
This one is not.
@@ -393,3 +395,4 @@ though.
393395
* Yury Korolev (http://github.com/yury) - for TONS of help testing the Active Record adapter
394396
* Aaron Patterson (http://github.com/tenderlove) - tons of contributions, suggestions and general badassness
395397
* Mike Perham (http://github.com/mperham) - Async Active Record adapter (uses Fibers and EventMachine)
398+
* Aaron Stone (http://github.com/sodabrew) - additional client settings, local files, microsecond time, maintenance support.

0 commit comments

Comments
 (0)