|
|
|
|
|
by Rapzid
3472 days ago
|
|
How does it compare to gorp? Been using gorp over the past month to prototype MySQL database schema and insert strategies for a performance system(final implementation might not be in Go). It's worked very well for me so far, but I'm open to alternatives. Some of the pain points are related to Go's sql interface(some of which are being addressed in go 1.8 apparently). |
|