mirror of
https://github.com/luapower/mysql.git
synced 2024-11-05 01:50:36 +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'`
|
||||
|
||||
MySQL client protocol in Lua. Ripped from OpenResty, modified to work with
|
||||
[sock], added prepared statements, better interpretation of field metadata
|
||||
(consistent with [sqlpp], [schema] and [x-widgets]), and other minor changes.
|
||||
[sock] (but you can bring your own I/O), added prepared statements,
|
||||
better interpretation of field metadata (consistent with [sqlpp], [schema]
|
||||
and [x-widgets]), and other minor changes.
|
||||
|
||||
## Example
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user