createServer()
- creates server instanceServer.listen
- listen port / unix socket (same arguments as net.Server.listen)serverHandshake({ serverVersion, protocolVersion, connectionId, statusFlags, characterSet, capabilityFlags })
writeOk({ affectedRows: num, insertId: num })
writeEof(warnings, statusFlags)
writeTextResult(rows, fields)
connection.query
callback.writeColumns(fields)
writeTextRow(row)
Every command packet received by the server will be emitted as a packet event with the parameters:
In addition special events are emitted for commands received from the client. If no listener is present a fallback behavior will be invoked.
quit()
init_db(schemaName: string)
query(sql: string)
field_list(table: string, fields: string)
ping()
- Default: return OKRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4