ydb-sqlalchemy
ydb-sqlalchemy copied to clipboard
Support context manager for connection and cursor in dbapi
It should return self on __enter__
and call close method on __exit__
with cursor:
...