unimportant

This commit is contained in:
Cosmin Apreutesei 2021-12-15 17:12:39 +02:00
parent 4fb97a4290
commit d5fba8624f
1 changed files with 3 additions and 2 deletions

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