Replies: 1 comment
-
Hm, I wouldn't say it's really optimal to do that. There is a way to mimic linked lists and relationships but as far as a generalized graph database goes, I would say no, sorry :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wondering how easy it is to use as a graph database.
Like say I need to recursively traverse a graph of relationships.
SQLite can be used as a graph database with recursive ctes for example.
Beta Was this translation helpful? Give feedback.
All reactions