forked from fl00r/go-tarantool-1.6
-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
featureA new functionalityA new functionality
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.
oleg-jukovec
Metadata
Metadata
Assignees
Labels
featureA new functionalityA new functionality