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?
2.1m questions
2.1m answers
60 comments
57.0k users