Re: [go-nuts] Re: Best ORM for Golang and their framework like Revel and Martini

2019-06-09 Thread Andrew Pillar
I made a comment about this on an HN thread about ORMs in Go. > Personally I think an active record style ORM for Go like gorm is a poor fit for a language that doesn't come across as inherently OOP. Going through some of the documentation for gorm, it seems to rely heavily on method chaining

Re: [go-nuts] Re: Best ORM for Golang and their framework like Revel and Martini

2019-06-09 Thread Andrew Pillar
I made a comment about a similar topic on an HN thread, about ActiveRecord style ORMs in Go. > Personally I think an active record style ORM for Go like gorm is a > poor fit for a language that doesn't come across as inherently OOP. > Going through some of the documentation for gorm, it seems to

[go-nuts] Re: Best ORM for Golang and their framework like Revel and Martini

2019-06-08 Thread mkm
Are you kidding? without ORMs you can't model relationships. People choose languages like religion, but seriously look at the power of Rails' ActiveRecord. It's amazing. On Saturday, March 8, 2014 at 2:37:13 PM UTC-6, Nate Finch wrote: > > I find sqlx (https://github.com/jmoiron/sqlx) to be a