tarantool / tarantool-python

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

Allow to disable schema fetch #219

Closed olegrok closed 1 year ago

olegrok commented 2 years ago

I suggest to implement an option that disables schema fetching.

As it was implemented in netbox (https://github.com/tarantool/tarantool/issues/4789). And as it was implemented in Go connector: https://github.com/tarantool/go-tarantool/blob/de95e3184df6bde148e7cc87229572d4247f599b/connection.go#L199-L201