imdrasil / hermes.cr

Datamapper like Crystal ORM and adapter for Elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support document associations via Join fields

caspiano opened this issue · comments

As of 7.x, joins require some rearchitecting to achieve.
A child document must be present on the parent index to construct an association via a Join field.
Having this relationship managed by this ORM would be awesome!