ydb-platform / ydb-sqlalchemy

YQL Dialect for SQLAlchemy
Apache License 2.0
18 stars 5 forks source link

Support context manager for connection and cursor in dbapi #47

Open rekby opened 1 month ago

rekby commented 1 month ago

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

with cursor:
   ...
c0d33ngr commented 3 weeks ago

I would love to work on this @rekby To get you right, you mean adding context manager feature to Cursor and Connection classes?