graphqlite
« Back to VersTracker
Description:
SQLite graph database extension
Type: Formula  |  Tracked Since: Jan 5, 2026
Links: Homepage  |  formulae.brew.sh
Category: Databases
Tags: sqlite graphql graph-database embedded database
Install: brew install graphqlite
About:
GraphQLite is a SQLite extension that enables graph database capabilities within a standard relational database. It allows users to define nodes and edges, and execute GraphQL queries directly against their SQLite data. This provides a unified interface for complex data relationships without requiring a separate graph database server.
Key Features:
  • SQLite-native graph operations
  • Direct GraphQL query execution
  • Zero-copy data access for performance
  • Serverless-friendly single-file database
Use Cases:
  • Building lightweight graph APIs with embedded database
  • Analyzing complex relationship data in edge/IoT devices
  • Rapid prototyping of graph-based applications
Alternatives:
  • SQLite – Standard relational DB without native graph query capabilities
  • Neo4j – Dedicated graph database requiring separate server infrastructure
Version History
Detected Version Rev Change Commit
Jan 5, 2026 12:14pm 0 META a3fd34dc