[drivers] neo4j = org.neo4j.jdbc.bolt.BoltDriver
It’s working now on the master branch (6b166ec31bdb61f76279be717aa1f30ada5c553e)
Copy Neo4j JDBC driver into SQLSHELL_HOME/lib folder
Edit the configuration file SQLSHELL_HOME/sample.cfg for :
Adding neo4j driver :
[drivers] neo4j = org.neo4j.jdbc.bolt.BoltDriver
Adding your database
[db_neo4j] aliases: neo driver: neo4j url: jdbc:neo4j:bolt://localhost user: neo4j password: test
Now execute sqlshell with the configuration file to open neo database :
$> SQLSHELL_HOME/bin/sqlshell -c SQLSHELL_HOME/sample.cfg neo
Execute some queries !
 
Can you improve this documentation? These fine people already did:
glaggia-larus, Frank Pavageau & Michael HungerEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |