I want to implement Repository Pattern in a Ruby/Padrino application. I know Padrino offers built-in support for some persistence frameworks/library like Active Record and Sequel. I don't want to use Active Record and I think Sequel requires too much code.
I used to use Datamapper framework but it's archived now. Is there any ORM-like Ruby framework/library (something similar to Java Hibernate) that could help me to implement Repository pattern without writing too much code?
1.4m articles
1.4m replys
5 comments
57.0k users