Closed
Description
<…> without parameters) initiates
Tarantool’s database module box.
|Before Tarantool 2.0, you needed to call box.cfg{...} prior to performing
any database operations.
Now you can start working with the database outright, without calling
box.cfg{...}. In this case, Tarantool initiates the database| module and
applies default settings, as if you said box.cfg{} (<…>
https://www.tarantool.io/en/doc/2.2/book/box/box_cfg/
This statement seems to be false. Please, recheck.