To select space by name we should first fetch database schema. Here is how it done in `asynctnt` python driver: * [fetch_schema function](https://github.com/igorcoding/asynctnt/blob/fa36699aa482169dd7454ec7ac30db87c5a6b14e/asynctnt/iproto/protocol.pyx#L213) * [constants](https://github.com/igorcoding/asynctnt/blob/fa36699aa482169dd7454ec7ac30db87c5a6b14e/asynctnt/iproto/const.pxi#L27)