YuanSheng Wang
YuanSheng Wang
ping @gxthrj @tokers
`opm` 工具是你需要的
there is two style(under current cosocket APIS area). ``` lua -- first way local ok, err = db:connect(...) local stmt_id, err = db:prepare(prepare_sql) local res, err = db:execute(statement_id, ...) db:set_keepalive(...)...
it'll be more simple if we can store data on special cosocket object. for example: ``` lua local ok, err = sock:set_bound_data(key, value) local value, err = sock:fetch_bound_data(key) ``` then...
@agentzh please take a look at first, add the test case later.
@bungle you are right, agree with you PR welcome
PR welcome
@bzp2010 @shuaijinchao @tzssangglass Would you like to fix this issue?
It sounds cool feature ^_^
The devcontainer is not good way for APISIX developer, it depends on Node.js, Python and C++ compiler, but APISIX do not need them. Here is the link of devcontainer: https://code.visualstudio.com/docs/remote/devcontainer-cli#_system-requirements