tarantool-python
tarantool-python copied to clipboard
DB-API: Use prepared statements where appropriate
After #199 we can use prepared statements in the Database API if it is available on the server. It looks worthful at least in <cursor object>.executemany()
.