neam / yii-relational-graph-db
Ability to relate any items within a relational database with each other, using the concept of nodes and edges.
Package info
github.com/neam/yii-relational-graph-db
Type:yii-extension
pkg:composer/neam/yii-relational-graph-db
dev-develop
2015-10-11 18:49 UTC
Requires
- php: >=5.4.0
- yiisoft/yii: >=1.1.0
This package is not auto-updated.
Last update: 2026-02-28 23:02:15 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.