It should return self on `__enter__` and call close method on `__exit__` ``` with cursor: ... ```
It should return self on
__enter__and call close method on__exit__