You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm developing an adapter for orientdb. Currently every test pass except for the ones related to relationships.
You can check the adapter here: https://github.com/sarhugo/jugglingdb-orientdb
My doubt is how I can modify the way that relationships are handled without having to rewrite the relation handler entirely. My desire is to implement the relationships via edges between classes or even allow to have the related records embedded into the class itself, maybe via some custom setting when defining the relationship.
I'm welcome to suggestions
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I'm developing an adapter for orientdb. Currently every test pass except for the ones related to relationships.
You can check the adapter here: https://github.com/sarhugo/jugglingdb-orientdb
My doubt is how I can modify the way that relationships are handled without having to rewrite the relation handler entirely. My desire is to implement the relationships via edges between classes or even allow to have the related records embedded into the class itself, maybe via some custom setting when defining the relationship.
I'm welcome to suggestions
Thanks
The text was updated successfully, but these errors were encountered: