Y
Hacker News
new
|
ask
|
show
|
jobs
by
benbjohnson
1005 days ago
SQLite has very little per-query overhead (as opposed to a database connection over a network) so I would think you could traverse a graph using multiple small queries rather than using a graph query language.
1 comments
jjtheblunt
1004 days ago
yep that's what i am doing
link