neam / yii-relational-graph-db
Ability to relate any items within a relational database with each other, using the concept of nodes and edges.
Installs: 580
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:yii-extension
Requires
- php: >=5.4.0
- yiisoft/yii: >=1.1.0
This package is not auto-updated.
Last update: 2024-11-23 16:29:40 UTC
README
Every graph-relatable item has a foreign key to it's corresponding record in the node table.
Nodes are related via records in the edge table.
This allows any graph-relatable item in any table be related to each other.