Go database query builder library for PostgreSQL
Stars
185
Forks
17
Watchers
185
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
#107: Fix shadowing by renaming constants in builder.go (#108)
2a634ecView on GitHub#106: Add code highlighting for sql keywords in README descriptions
8f6b4b4View on GitHub* #104: Change Pluck/PluckMap to return slice/map of structs (#105)
a857954View on GitHub#102: Change Chunk method to accept struct and returning slice of those structs (#103)
c257705View on GitHub#100: Change First/Value/Find to accept structs (#101)
52d5874View on GitHub#98: Change `InsertBatch` to accept slice of structs (#99)
856f050View on GitHub#96: Add ScanStruct and EachToStruct/Next to parse SQL-query results into the structs, Change Insert/Update to accept structs with data (#97)
c24cf22View on GitHub#91: Change interface{} to any, version 1.17 -> 1.18 + test for TestNewConnectionFromDB (#92)
9cc5f10View on GitHub#87: Add NewConnectionFromDb constructor to pass *sql.DB handle (#90)
191a8dfView on GitHub#88: Change BETWEEN and IS to pass through bindings (#89)
19821aaView on GitHub#36: Add coverage on Union/UnionAll + Time func in Schema, Fix bugs (#83)
52ede01View on GitHub