Django Backend-neutral DictCursor
- by pyrony
Is there any way to get a backend-neutral dictionary cursor in Django? This would be a cursor that is a dict rather than a tuple. I am stuck using Oracle.
in Python's MySQLDb module it's called a DictCursor..