neam/yii-relational-graph-db

Ability to relate any items within a relational database with each other, using the concept of nodes and edges.

dev-develop 2015-10-11 18:49 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:51:58 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.