Open
Description
Implement both Connection.isReadOnly
and Connection.setReadOnly
methods.
We need at least Tarantool DB support for that. It seems it should be implemented as part of transaction support how it has already done in Postgres (docs).
For instance, Postgres driver executes SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY
when a read-only flag is set.