Graph database extensions compared

Graph capabilities added to an existing database as an extension.

9 active graph database extensions are in the catalogue. They are written mostly in C and C++, 9 are open source, and 1 carry survey feature scores. HGraphDB, RecallGraph, VelocityGraph are no longer active and listed separately below.

Attribute Apache AGE #13 ▲4 Strong DuckPGQ #51 ▲5 Growing AgensGraph #54 ▲3 Growing YugabyteDB MAGE #95 ▲8 Growing Duck RDF #101 new Growing GraphQLite #109 ▲7 Growing
At a glance
Rank #13#51#54#95#101#109
Score 61.649.848.439.436.635.2
GitHub stars 4.8k4871.5k10.5k30475
Popularity 66.648.857.237.444.9
Activity 61.040.353.349.367.060.3
Community 60.262.030.630.667.354.5
Research 81.253.449.649.649.649.6
Fundamentals
Description PostgreSQL extension providing graph database functionality with openCypher query support, enabling graph and relational queries on the same data.DuckDB community extension adding SQL/PGQ (SQL:2023 standard) graph pattern matching and graph algorithms to DuckDB's analytical engine.A multi-model graph database built on PostgreSQL, supporting property graphs with JSON properties. Enables hybrid openCypher and SQL query processing on the same data.A multi-tenant graph engine for YugabyteDB based on a port of Apache AGE, storing property graphs alongside relational data in the distributed PostgreSQL-compatible YSQL layer and queried with openCypher embedded in SQL. Introduced as a technical preview in YugabyteDB 2026.1 (June 2026).An RDF extension for DuckDB that reads, writes, profiles, and queries RDF serializations through a columnar schema, with SPARQL and R2RML/YARRRML mapping support.A loadable SQLite extension that adds property-graph storage and openCypher querying to any SQLite database, keeping graph and relational data together in a single zero-config file. It ships with 15+ built-in graph algorithms—PageRank, Louvain, Dijkstra, centralities—plus Python and Rust bindings, and inherits SQLite's embedded, serverless ACID operation.
Vendor Apache Software FoundationCWI Database Architectures GroupSKAI WorldwideYugabyteDan BennettColliery IO
Model Property GraphProperty GraphProperty GraphProperty GraphRDFProperty Graph
Kind extensionextensionextensionextensionextensionextension
Category EstablishedEmergingGrowingEmergingEmergingEmerging
First released 2020-0720232016-112026-062025-082025-07
Status activeactiveactiveactiveactiveactive
License Apache-2.0MITApache-2.0Apache-2.0MITMIT
Written in CC++CCC++C
Query languages openCypher, SQLSQL/PGQopenCypher, SQLopenCypher, SQLSPARQLopenCypher
gdotv support yesnonononono

Feature scores

Survey feature scores are available for 1 of these 9 engines. See each engine's page.

All 9 engines

NameVendorModel CategoryGitHub starsLicenseWritten in Query languagesRank
pgGraph Evokoa Property Graph Emerging 1k Apache-2.0 Rust SQL #130
DuckGQL Rahul Iyer Property Graph Emerging 50 MIT C++ GQL #144
DozerDB Graph Foundation Property Graph Emerging 145 GPL-3.0 Java Cypher #150

No longer active