qustavo / dotsql

A Golang library for using SQL.
GNU General Public License v2.0
741 stars 53 forks source link

Added QueryRow #9

Closed ondrowan closed 8 years ago

ondrowan commented 8 years ago

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.

qustavo commented 8 years ago

Cool!, I have totally forgot QueryRow

ondrowan commented 8 years ago

Fixed and squashed.