1
0
mirror of https://github.com/luapower/mysql.git synced 2025-07-02 00:10:30 +02:00

unimportant

This commit is contained in:
Cosmin Apreutesei
2019-11-07 00:28:01 +02:00
parent f3bd1020b2
commit 1164e0fc20
4 changed files with 16 additions and 14 deletions

View File

@ -12,7 +12,7 @@ A complete, lightweight ffi binding of the mysql client library.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
**[Initialization]**
`mysql.config(['mysql'|'mariadb'|libname|clib]) -> mysql`
`mysql.bind(['mysql'|'mariadb'|libname|clib]) -> mysql`
**[Connections]**
`mysql.connect(host, [user], [pass], [db], [charset], [port]) -> conn` connect to a mysql server
`mysql.connect(options_t) -> conn` connect to a mysql server