Hacker News new | ask | show | jobs
by codykochmann 2174 days ago
I wrote a python wrapper around sqlite to turn it into a graph database a while back. If you haven't heard of a triplicate store pattern, thats pretty much how you do graphdbs in sql and keep things fast. Here's a link to the project. :)

https://github.com/CodyKochmann/graphdb