tarantool / tarantool-python

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

DB-API: Use prepared statements where appropriate #200

Open Totktonada opened 2 years ago

Totktonada commented 2 years ago

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().