Comment on Ask HN: Implementing a graph database using Postgres tables for nodes and edges?parentComments−tkinom10yI am a fan of this APIs base approach.It is trivial to implement these APIs on top of simple SQL. I did that in a few days in both Python and go.
Comments
I am a fan of this APIs base approach.
It is trivial to implement these APIs on top of simple SQL. I did that in a few days in both Python and go.