kuzu

Embeddable graph database management system for fast queries

brewmacoslinux
Try with needOr install directly
Source

About

Embeddable graph database management system built for query speed & scalability

Commands

kuzu

Examples

Start an interactive Kùzu shell session$ kuzu
Execute a Cypher query from command line$ kuzu :read_query 'MATCH (n) RETURN n LIMIT 10;'
Connect to a specific database file$ kuzu /path/to/database.db