Overview of pgGraph
mainpgGraph provides graph database capabilities directly on top of existing PostgreSQL data. It allows you to perform complex graph queries—such as finding shortest paths, mapping relationships, and discovering networks—using standard SQL without migrating your data to a separate graph database.
PostgreSQL remains your single source of truth, meaning all application writes continue to use standard Postgres tables, and all existing constraints, WAL, MVCC, backups, ACLs, and Row Level Security (RLS) policies remain fully applicable.