Y
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
enjeyw
1946 days ago
Mmm yeah I had the same experience. My end conclusion for Golang was "don't use an ORM".
link
RSHEPP
1946 days ago
This exactly, I use github.com/doug-martin/goqu for some of my projects though. Only the query builder part though.
link