DuckPGQ – A DuckDB community extension for graph workloads

https://duckpgq.org/

Comments

zellsterJul 25, 2026, 12:30 AM
Recent article about graphdbs including DuckPGQ: https://theconsensus.dev/p/2026/05/29/ladybug-duckdb-and-pos...
venkat971Jul 25, 2026, 3:32 PM
Oracle has something like this, and I worked on this project when I was there. Although I was fascinated by the use cases, the adoption was pretty low in the relational world.

https://www.oracle.com/in/database/integrated-graph-database...

keynesyoudigitJul 24, 2026, 6:32 PM
I don’t understand why the graph – relational crossover ecosystem doesn’t get more love like this – sometimes I want to explore a different paradigm on my data without installing a completely separate database and performing a migration.

This is super cool!

scottsiuJul 25, 2026, 2:39 AM
I believe the graph functionality will be a very important new feature for DuckDB. Although the project is still in the research stage, it is incredibly useful for data analysis—especially given the increasing use of semantic relationships in the current internet landscape and within AI agents.
keynesyoudigitJul 24, 2026, 6:35 PM
Maybe I’m just silly, but one suggestion – I thought the PG stood for Postgres at first – some sort of cute name might be in order so people don’t get the impression that they have to install this on Postgres + pgduck or something.

LillipadsDB?

CBLTJul 24, 2026, 7:13 PM
SQL/PGQ (Property Graph Queries) is part of the SQL standard as of 2023. I found this project months ago _because_ they included PGQ in their name, I was searching for PGQ implementations.
-pj-Jul 25, 2026, 1:03 AM
SQL/PGQ is part of SQL standard so the naming makes sense.

If you wanted something like this in Postgres, then good news is that PG19 (currently in beta) is adding SQL/PGQ support as well.

dzongaJul 24, 2026, 7:23 PM
how's this comparable to kuzudb & maybe falkordb ?
bfeynmanJul 24, 2026, 8:19 PM
kuzudb was sunsetted. I think for graph workloads duckdb is best bet, even though this is just a community plugin the upstream duckdb has really robust community doing a lot of heavy lifting and updates.
srhtftwJul 24, 2026, 8:52 PM
If you like kuzudb check out https://github.com/LadybugDB/ladybug