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
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
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