note about installing
This commit is contained in:
parent
90a7f2c415
commit
c7c359d16a
|
@ -12,6 +12,10 @@ Mysql2::Client - your connection to the database
|
||||||
|
|
||||||
Mysql2::Result - returned from issuing a #query on the connection. It includes Enumerable.
|
Mysql2::Result - returned from issuing a #query on the connection. It includes Enumerable.
|
||||||
|
|
||||||
|
== Installing
|
||||||
|
|
||||||
|
I plan to release the initial gem version within the next day or so. Just wanted to tweak extconf to help find the libmysql binary easier, and add the ssl options.
|
||||||
|
|
||||||
== Usage
|
== Usage
|
||||||
|
|
||||||
Connect to a database:
|
Connect to a database:
|
||||||
|
|
Loading…
Reference in New Issue