-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Issue by jewzaam
Tuesday Jan 06, 2015 at 18:57 GMT
Originally opened as lightblue-platform/lightblue-docs-user#58
There's a doc that describes the algorithm for associations already but:
- it needs moved here
- additional documentation on how to use associations needs added
- add docs why it isn't called 'join'
For the third point, some things to consider:
- joins in RDBMS are tight couplings, enforceable with RI (foreign keys)
- lightblue associations are loose couplings, you can associate anything to anything else with any query you would like to try with no restrictions