back to home

colliery-io / graphqlite

A SQLite extension that adds graph database capabilities with Cypher query language support and built-in graph algorithms.

239 stars
13 forks
2 issues
CRustPython

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing colliery-io/graphqlite in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/colliery-io/graphqlite)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

GraphQLite An SQLite extension that adds graph database capabilities using the Cypher query language. Store and query graph data directly in SQLite—combining the simplicity of a single-file, zero-config embedded database with Cypher's expressive power for modeling relationships. Installation Quick Start Features • **Cypher queries** — MATCH, CREATE, MERGE, SET, DELETE, WITH, UNWIND, RETURN • **Graph algorithms** — PageRank, Louvain, Dijkstra, BFS/DFS, connected components, and more • **Zero configuration** — Works with any SQLite database, no server required • **Multiple bindings** — Python, Rust, and raw SQL interfaces Documentation **Full Documentation** — Tutorials, how-to guides, and API reference Examples License MIT