A BSD-licensed graph database
Last Significant Update: |
2025-11-22 |
Status: |
Draft |
Comments to: |
Many kinds of data are best represented using graphs, and a small, single-machine, graph database system (analogous to SQLite for relational data) would be useful for many problems.
Potential uses of this database would include:
-
For managing trace data collected by Mensurae tools.
-
For holding syntax trees used for code analysis in the Source Viewer project.
Related Work
- Kuzu Graph Database
-
A BSD-licensed graph database that is no longer being maintained.