Closed
Description
Check the example in module net.box
Product: Tarantool
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/#net-box-on-connect
SME: @ Gerold103, @ locker
Peer reviewer: @
Details
<…>.schema.user.grant('guest', 'read,write,execute', 'universe')
|And here starts the example|:
COPYnet_box = require('net.box')
function example()
local co<…>
https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/#net-box-on-connect
очень плохой пример, ничего не понятно
зачем таблица ta?
почему внутри функции не делать print?