Has anyone used a graph database with Delphi? (A graph database is a type of DB that represents nodes and connections, rather than a normal relational database.) I'm looking at Neo4J, which has language bindings for many languages but not Delphi. If there is another graph database out there that does have Delphi support - and Google isn't showing anything - what is it?

Has anyone used a graph database with Delphi? (A graph database is a type of DB that represents nodes and connections, rather than a normal relational database.) I'm looking at Neo4J, which has language bindings for many languages but not Delphi. If there is another graph database out there that does have Delphi support - and Google isn't showing anything - what is it?

If not, where would you begin in order to write a Delphi driver - somewhere in FireDAC? I'm not overly familiar with Delphi's database support in the first place, and writing a database driver is diving into the deep end, I think.

http://neo4j.com/developer/language-guides/
http://neo4j.com/developer/language-guides

Comments