mirror of
https://github.com/luapower/mysql.git
synced 2025-07-02 00:10:30 +02:00
unimportant
This commit is contained in:
2
mysql.md
2
mysql.md
@ -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
|
||||
|
Reference in New Issue
Block a user