dpapathanasiou / simple-graph

This is a simple graph database in SQLite, inspired by "SQLite as a document database"
MIT License
1.4k stars 86 forks source link

Thank You #13

Closed joshday closed 2 years ago

joshday commented 3 years ago

Hey,

This isn't an issue, just wanted to say thanks for creating simple-graph!

I used it as the basis for a Julia package (https://github.com/joshday/SQLiteGraph.jl), since as far as I know, there's no graph database that has a Julia interface. I made some minor changes tailored to my specific use case, but I wouldn't have been able to put it together so easily without the help of your work, so thanks again!

dpapathanasiou commented 2 years ago

Thank you @joshday

I've just updated the README to add a link to the julia implementation