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 really great way to 
> get stuff into and out of a database.  I actually don't really like ORMs, 
> since they tend to make the easy stuff easier and the hard stuff harder. 
>  The more complex your database, the less likely it is that ORMs will work 
> for you, in my experience.  I think you tend to spend as much time learning 
> and fighting with the ORM as you would just writing some queries by hand.
>
> On Saturday, March 8, 2014 3:30:23 PM UTC-5, Pravin Mishra wrote:
>>
>> I'm searching for an ORM that make Relations, callbacks, Migrations, 
>> Scopes, Validation effort-less and use conventions like Rails ActiveRecord. 
>> I find gorp, hood, qbs, jet, beedb, gosexy, gorm on Revel official site 
>> but because of complexity of an e-commerce database, I need to decide which 
>> ORM will work best for me. Please help me to choose best one.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/89a5745b-2e2d-48cb-b2d1-a10b33f28246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to