I've added wrapper for database/sql.QueryRow. I'm not entirely sure about interface QueryRower (sounds funky, should I use different name?).
There are also 2 more "random" commits with cleanup of examples. Not sure why I've included them in this PR. I can undo them and apply in different PR if you are ok with them.
I've added wrapper for
database/sql.QueryRow
. I'm not entirely sure about interfaceQueryRower
(sounds funky, should I use different name?).There are also 2 more "random" commits with cleanup of examples. Not sure why I've included them in this PR. I can undo them and apply in different PR if you are ok with them.