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