Submodule box.schema
The box.schema submodule has data-definition functions for spaces,
users, roles, function tuples, and sequences.
Below is a list of all box.schema functions.
Name | Use |
|---|---|
Create a space | |
Upgrade a database | |
Downgrade a database | |
List downgrade issues for the specified Tarantool version | |
List Tarantool versions available for downgrade | |
Create a user | |
Drop a user | |
Check if a user exists | |
Grant privileges to a user or a role | |
Revoke privileges from a user or a role | |
Grant | |
Revoke | |
Get a hash of a user's password | |
Associate a password with a user | |
Get a description of a user's privileges | |
Create a role | |
Drop a role | |
Check if a role exists | |
Grant privileges to a role | |
Revoke privileges from a role | |
Get a description of a role's privileges | |
Create a function tuple | |
Drop a function tuple | |
Check if a function tuple exists | |
Reload a C module with all its functions, no restart |