Back to all databases

GraphQLite

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.

Overall rank
#102
First released
July 2025
License
MIT
Built with
C

Details

Vendor
Colliery IO
Type
Property Graph
Kind
Extension
Category
Emerging
License
MIT
Language
C
Query Languages
openCypher
Sources 4 references

License MIT

SPDX identifier as classified by GitHub from the repository licence file.

Released 2025-07

Confirms current value; the repository was created 2025-07-19 and its oldest commit is dated 2025-07-21, but no explicit announcement of first public availability was found.

Language C

Confirms current value; GraphQLite is a SQLite extension and GitHub's byte-count breakdown is C-dominant, with Python and Rust present only as binding layers.