Closed
Description
<…>r:
box.schema.user.passwd('pass')Connecting to Tarantool
|To get connected to the Tarantool server, say this:|
use Tarantool\Client\Client;require DIR.'/vendor/autoload<…>
https://www.tarantool.io/en/doc/latest/getting_started/getting_started_connectors/
The code in the example will not get you connected to the server, the connection will be established "lazily" ONLY at the first request.