pull down to refresh
Anyone can recommend a SQL query builder for Golang?
Preferably one which is as close to the standard database/sql package as possible. I just need dynamic queries (I think).
database/sql
So far, I am making out with gendry since they mentioned they don't like ORMs. I also don't like ORMs.
gendry
Anyone can recommend a SQL query builder for Golang?
Preferably one which is as close to the standard
database/sqlpackage as possible. I just need dynamic queries (I think).So far, I am making out with
gendrysince they mentioned they don't like ORMs. I also don't like ORMs.