In the sqlite3 docs, there are two examples on how to use the `sqlite3.Row` row factory: 1. the sqlite3.Row class reference 2. 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. [^1]: Yes, it is somewhat clumsy named; we should consider improving that also.