Tiny lib to scan SQL rows directly to structs, slices, and primitive types
Stars
611
Forks
32
Watchers
611
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
101
commits
16
commits
5
commits
2
commits
2
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Document the new feature add in 2.5.0 for custom column name mapping
4a33bddView on GitHubAdded support for custom columns names mapper functions (#70)
4741cc8View on GitHubfix: Columns and Values should recognize Slice values too (#68)
644ce11View on GitHubfix: Columns and Values should recognize pointer values too (#67)
9c197bfView on GitHubfix: Allow valid sql types to be used by Columns and Values (#63)
27488e2View on GitHubfix: Use model.Type() as cache key instead of model itself (#62)
3e43b34View on GitHubImplement nested structs for columns and values (#60)
0eac140View on GitHub