Hacker News new | ask | show | jobs
by hierro 4522 days ago
I'll send a message to golang-nuts to announce it as soon as it gets released.
1 comments

Hopefully the ORM is not a lock-in for the framework. Good old sql calls have their place.
We support hand written SQL queries, in fact we are using them because the ORM still does not have all the features like e.g. Django's ORM.