pgGraph
A PostgreSQL extension that adds graph search, bounded traversal, and shortest-path queries over ordinary tables through SQL functions in a graph schema. Builds a derived in-memory graph index while PostgreSQL tables remain the source of truth, with no new query language.