Mendix and Graph DB(Neo4j)

0
Hi All, Does Mendix support Graph database like Neo4j? Thanks, Jaydeep
asked
1 answers
1

Not by default as an internal database seen it is not a SQL db type which Mendix supports. But since there is a JDBC driver out there foR Neo4J, you can try to use it as a external database together with the Database Connector (see appstore).

https://www.mendix.com/evaluation-guide/app-capabilities/external-data

If needed you can also try with Java extension

https://neo4j.com/developer/java/

answered