Hacker News new | ask | show | jobs
by ergo14 1947 days ago
Same here, I'd like to dive into golang. But there is nothing as good as SQLAlchemy. Maybe with generics we will start seeing some projects that can fill the gap.
1 comments

Mmm yeah I had the same experience. My end conclusion for Golang was "don't use an ORM".
This exactly, I use github.com/doug-martin/goqu for some of my projects though. Only the query builder part though.