tarantool / tarantool-python

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

Add truncate() function to connection object #94

Closed icamys closed 6 years ago

bigbes commented 6 years ago

As all 'call' functions - it must be implemented in user's 'wrapper' of connection class. Eval command is box.space[space_name]:truncate()

If anything - this should be, first, implemented as binary protocol command in server, then this ticket can be reopened.

Thank you for your interest in driver!