Closed
Description
To be honest, I going to the docs each time to look at which positions offset, limit, iterator type and key reside. I would like to offer a more friendly API, where one can leave most of options by default and provide just space and key to make EQ request on a primary index of the space without offset and limit.
Of course, I want this feature to work in parallel with existing API and don't break anything.
One of possible approaches is construction of a request object and passing it to a Select
variant. See tarantool/tarantool-java#247 for example.
Ideas about the best API are welcome.