@anon
sign up
@anon
sign up
23 sats
\
0 replies
\
@ek
10 Sep 2023
\
on: Daily discussion thread
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).
So far, I am making out with
gendry
since they mentioned they don't like ORMs. I also don't like ORMs.
write
preview
reply
100 sats
database/sql
package as possible. I just need dynamic queries (I think).gendry
since they mentioned they don't like ORMs. I also don't like ORMs.