by theflubba on 1/14/13, 10:34 PM with 28 comments
by rartichoke on 1/14/13, 11:37 PM
https://github.com/aaronlifton/Gooo/blob/master/model/model....
by voidlogic on 1/15/13, 2:37 AM
Why the focus on postgres? They talk about using a postgres driver that conforms to "database/sql". But that should mean you could use a mysql "database/sql" compatible driver like the one provided by mymysql (https://github.com/ziutek/mymysql), with no code changes to your project...
by phasevar on 1/14/13, 10:44 PM
by doktrin on 1/15/13, 1:13 AM
I would love to hear what other "no-magic" frameworks people in the community enjoy developing in. Web.py comes to mind, for example - though I've never worked with it.
by aleksi on 1/15/13, 6:07 AM
by mseepgood on 1/15/13, 9:43 AM
by drivebyacct2 on 1/15/13, 12:21 AM
Also, simply using net/http or Gorilla to piece things together.
I'm quite happy with go-restful and AngularJS for the frontend and hood for a lightweight ORM (though I'm not completely sold on that. DAO is always awkward for me).