tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Convenient API for tarantool/crud #205

Closed Totktonada closed 1 year ago

Totktonada commented 2 years ago

There is https://github.com/tarantool/crud/ module, which provides easy API to access data in sharded cluster. We can use it from the connector (using <connection object>.call(<...>)), but it would be convenient to have a kind of native API for tarantool/crud.