go-gorp / gorp

Go Relational Persistence - an ORM-ish library for Go
MIT License
3.74k stars 369 forks source link

separation of read and write #299

Open jibuji opened 8 years ago

jibuji commented 8 years ago

Does Gorp support the separation of read and write ?

miuy56dc commented 8 years ago

Gorp don't support it.

jibuji commented 8 years ago

Do we have any plan to support it?

goors commented 8 years ago

You have mysql proxy for that. I do not see the point of having rw split in app.