We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2921f commit ba872f1Copy full SHA for ba872f1
README.md
@@ -63,7 +63,7 @@ pool:put(conn)
63
64
## API Documentation
65
66
-### `conn = mysql.connect(opts = {})`
+### `conn = mysql.connect(opts)`
67
68
Connect to a database.
69
@@ -170,7 +170,7 @@ Quote a query string.
170
- `quoted_string` on success
171
- `error(reason)` on error
172
173
-### `pool = mysql.pool_create(opts = {})`
+### `pool = mysql.pool_create(opts)`
174
175
Create a connection pool with count of size established connections.
176
@@ -187,7 +187,7 @@ Create a connection pool with count of size established connections.
187
188
*Returns*
189
190
- - `pool ~=nil` on success
+ - `pool ~= nil` on success
191
192
193
### `conn = pool:get()`
0 commit comments