mirror of
https://github.com/luapower/mysql.git
synced 2024-12-27 19:30:31 +01:00
unimportant
This commit is contained in:
parent
4fb97a4290
commit
d5fba8624f
5
mysql.md
5
mysql.md
@ -2,8 +2,9 @@
|
|||||||
## `local mysql = require'mysql'`
|
## `local mysql = require'mysql'`
|
||||||
|
|
||||||
MySQL client protocol in Lua. Ripped from OpenResty, modified to work with
|
MySQL client protocol in Lua. Ripped from OpenResty, modified to work with
|
||||||
[sock], added prepared statements, better interpretation of field metadata
|
[sock] (but you can bring your own I/O), added prepared statements,
|
||||||
(consistent with [sqlpp], [schema] and [x-widgets]), and other minor changes.
|
better interpretation of field metadata (consistent with [sqlpp], [schema]
|
||||||
|
and [x-widgets]), and other minor changes.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user