go-gorp / gorp

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

Object Mapper design/functionality? #417

Open bbros-dev opened 4 years ago

bbros-dev commented 4 years ago

Thank you for the effort you have put into this project and making it available as open source.

I'm new to Go and am looking for an Object Mapper library in Golang - I'm struggling to see past the sytax right now - hence this question.

Essentially Object Mapper approach builds on the lessons learned from the AvtiveRecord and DataMapper patterns/conventions, as well as the implementation lessons from the like named projects.

Something with the design and functionality of rom-rb.

Does your library a Object Mapper type functionality?
If not would you kind enough to share the name of any OM libraries that your know of in Goland?