ydb-sqlalchemy icon indicating copy to clipboard operation
ydb-sqlalchemy copied to clipboard

Support context manager for connection and cursor in dbapi

Open rekby opened this issue 8 months ago • 1 comments

It should return self on __enter__ and call close method on __exit__

with cursor:
   ...

rekby avatar May 31 '24 09:05 rekby