milanvanschaik / couchbased

Advanced ODM for Couchbase in Node.js
4 stars 1 forks source link

Proposal: Relationships #1

Open corbinu opened 10 years ago

corbinu commented 10 years ago

I was thinking something like ember-data's hasMany and belongsTo would be nice. With generated views obviously.

http://emberjs.com/guides/models/defining-models/#toc_defining-relationships

I would be happy to help with the coding if you think it is a good idea

milanvanschaik commented 10 years ago

+1 That's a really great idea. Any help is welcome! Do you already have an idea how to integrate this?