1602 / jugglingdb

Multi-database ORM for nodejs: redis, mongodb, mysql, sqlite3, postgresql, arango, in-memory...
http://1602.github.io/jugglingdb/
2.05k stars 241 forks source link

OrientDB adapter #413

Open sarhugo opened 10 years ago

sarhugo commented 10 years ago

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