rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.07k stars 161 forks source link

Introduce dataset components #647

Closed solnic closed 3 years ago

solnic commented 3 years ago

This adds lazy-loadable dataset components which makes the entire setup consistent as now all core components are handled in the same way.

More features can be built on top of this new foundation, like multi-gateway relations, caching specific datasets and more.