Ask HN: What are some good ORM?

1 points by xstartup ↗ HN
I am tried by the lack the of ORM in GoLang, what other languages offer nice ORM which works with PostGres?

2 comments

[ 2.6 ms ] story [ 12.0 ms ] thread
I've tried some ORMs in the past, for me the Django ORM was by far the best. It's extremely powerful and extendable, while covering most use case in a very simplistic way.