mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
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.
2 lines
71 B
Bash
Executable file
2 lines
71 B
Bash
Executable file
gcc lua_connector51.c -fPIC -shared -o luaconnector51.so -Wall -ltaos
|
|
|