I want to do: ```python with db.get_connection() as connection: with connection.get_cursor() as cursor: foo ```