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: Provide <cursor>.description #176

Open Totktonada opened 4 years ago

Totktonada commented 4 years ago

https://www.python.org/dev/peps/pep-0249/#description

The standard obligates implementations to provide result set metadata via <cursor>.description property.