jmoiron plays the blues

61a8d37d to modl Merge branch 'organize'
created modl, golang database modelling library
2cbbb9c1 to gorp allow ColumnMaps to set an sqltype which is not used yet but will be used in sql creation
2cbbb9c1 to gorp allow ColumnMaps to set an sqltype which is not used yet but will be used in sql creation
fae5be90 to gorp remove panics when tables are not found, error channels are good enough for that case, move the remaining SqlExecutor interface for dbmap into mapper.go
fae5be90 to gorp remove panics when tables are not found, error channels are good enough for that case, move the remaining SqlExecutor interface for dbmap into mapper.go
7fc58dcd to gorp remove used-once _rawexec test function
7fc58dcd to gorp remove used-once _rawexec test function
aea7f791 to gorp remove a lot of old introspective stuff which is no longer necessary
aea7f791 to gorp remove a lot of old introspective stuff which is no longer necessary
c1032fb9 to gorp use sqlx.StructScan in rawquery, remove slice return for Select
c1032fb9 to gorp use sqlx.StructScan in rawquery, remove slice return for Select
8ccfe824 to gorp finish removal of hookArg and runHook in favor of using interfaces, which will end up not using select after the list/struct return support is removed
8ccfe824 to gorp finish removal of hookArg and runHook in favor of using interfaces, which will end up not using select after the list/struct return support is removed
74f43408 to gorp updating more readme to make it less hideous
74f43408 to gorp updating more readme to make it less hideous
85f775e3 to gorp add some test-all explanations to the readme
85f775e3 to gorp add some test-all explanations to the readme
9ad13f8d to gorp add some notes about test-all usage
9ad13f8d to gorp add some notes about test-all usage
4f72cf84 to gorp add drone status and a note about the fork
4f72cf84 to gorp add drone status and a note about the fork
0b31b8a2 to gorp new test-all script which uses ./environ file for normal testing but is based off some env variables so it fits in well with dronio CI
0b31b8a2 to gorp new test-all script which uses ./environ file for normal testing but is based off some env variables so it fits in well with dronio CI