In the sqlite3 docs, there are two examples on how to use the sqlite3.Row row factory:
- the sqlite3.Row class reference
- the "Accessing columns by name instead of by index"1 how-to guide
Suggesting to improve matters by merging 1. into 2.
That will clean up the reference, and make the how-to more complete.