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?
question from:https://stackoverflow.com/questions/66050412/how-to-implement-repository-pattern-in-ruby-padrino