You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #104: Change Pluck/PluckMap to return slice/map of structs (#105)
Add common abstract method with EachToStruct processing data
Add more tests to cover errs
- Remove outdated Get method
#102: Change Chunk method to accept struct and returning slice of tho…
…se structs (#103)
* #102: Change Chunk method to accept struct and returning slice of those structs
Add common abstract method with EachToStruct processing data
Add more tests to cover errs
#91: Change interface{} to any, version 1.17 -> 1.18 + test for TestN…
…ewConnectionFromDB (#92)
* #91: Change interface{} to any, version 1.17 -> 1.18 + test for TestNewConnectionFromDB
* #91: Change go version to 1.18 in github Actions