module tarantool.space
¶
Space type definition. It is an object-oriented wrapper for requests to a Tarantool server space.
- class tarantool.space.Space(connection, space_name)¶
Object-oriented wrapper for accessing a particular space. Encapsulates the identifier of the space and provides a more convenient syntax for database operations.
- Parameters:
connection¶ (
Connection
) – Connection to the server.
- Raises:
get_space()
exceptions