1
0
mirror of https://github.com/luapower/mysql.git synced 2024-11-05 01:50:36 +01:00

unimportant

This commit is contained in:
Cosmin Apreutesei 2021-12-15 17:12:39 +02:00
parent 4fb97a4290
commit d5fba8624f

View File

@ -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