Data persistence in web applications: golang libraries

Hi,
I’m aware of Buffalo’s pop library that follows the ActiveRecord conventions. However, I’d like to use a library that is built on the AR lessons as well as the DataMapper lessons.

Ideally something in Golang with the design of rom-rb.

Is there such a library in goland?

TIA
Mark

Check out the ORM section of the Awesome Go project.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.