Модуль box¶
As well as executing Lua chunks or defining their own functions, you can exploit
Tarantool’s storage functionality with the box
module and its submodules.
The contents of the box
module can be inspected at runtime
with box
, with no arguments. The box
module contains:
Every submodule contains one or more Lua functions. A few submodules contain members as well as functions. The functions allow data definition (create alter drop), data manipulation (insert delete update upsert select replace), and introspection (inspecting contents of spaces, accessing server configuration).