wording clarification on readme
This commit is contained in:
parent
06fd523608
commit
a3bcec4fb4
|
@ -130,7 +130,7 @@ Me: Yep, but it's API is considerably more complex *and* is 2-3x slower.
|
||||||
Performing a basic "SELECT * FROM" query on a table with 30k rows and fields of nearly every Ruby-representable data type,
|
Performing a basic "SELECT * FROM" query on a table with 30k rows and fields of nearly every Ruby-representable data type,
|
||||||
then iterating over every row using an #each like method yielding a block:
|
then iterating over every row using an #each like method yielding a block:
|
||||||
|
|
||||||
# And remember, the Mysql gem only gives back nil and strings.
|
# And remember, the Mysql gem only gives back nil and strings for values.
|
||||||
user system total real
|
user system total real
|
||||||
Mysql2
|
Mysql2
|
||||||
0.610000 0.160000 0.770000 ( 0.986967)
|
0.610000 0.160000 0.770000 ( 0.986967)
|
||||||
|
|
Loading…
Reference in New Issue