cozodb / cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!
https://cozodb.org
Mozilla Public License 2.0
3.24k stars 92 forks source link

cannot build cozo_c without -F graph-algo #250

Open iacore opened 3 months ago

iacore commented 3 months ago

This works: cargo build --release -F graph-algo --package cozo_c

This does not: cargo build --release --package cozo_c

I think the default feature set of cozo_c should contain graph-algo.