Hacker News new | ask | show | jobs
by chillfox 1288 days ago
I have only encountered one problem that was best solved with a graph style query and I did that in sqlite.

So what would likely be nice is a better query language that can compile to sql.

1 comments

What was the use case? I agree, a lot of stuff that is supposedly magic in graph dbs aren't that hard to do in SQL.
Nodes with specific properties within a certain number of connections from a specific node, only going through nodes with specific other properties, ordered in fewest connections to most.

I was looking for profitable trade routes in EVE Online.

Such as multiple inheritance?