Commit Graph

4 Commits

Author SHA1 Message Date
robot f1dfe5138d Remove compile warnings and add comments for trial. 2020-12-11 18:04:31 +08:00
robot e8260ed869 Implement connector for OpenResty based on lua51.
Connector is implemented by lua51 but luajit and ffi are not included. Connection pool is not implemented yet. It is a raw demonstration at present and not verified on production environment.
2020-12-08 14:11:22 +08:00
robot 026293617a Return records with seperated fields in lua connector.
Field names and values are both returned. Client application gets value by field name. It runs as convention except that bool type is returned as one byte,tiny integer. Bool type will be returned in future if tiny integer causes confusion.
2019-08-10 22:30:23 +08:00
robot f332530af3 Add example implementation for lua connector. 2019-08-04 21:32:49 +08:00