elgris / sqrl

Fluent SQL generation for golang
MIT License
279 stars 38 forks source link

Create RowsScanner interface #27

Open ajpetersons opened 6 years ago

ajpetersons commented 6 years ago

Created RowsScanner interface to enable mocking sql.Rows struct. Potentially solves https://github.com/elgris/sqrl/issues/24