nicolewhite / neo4j-flask

Flaskr Extended with Neo4j and Py2neo.
http://nicolewhite.github.io/neo4j-flask/
312 stars 114 forks source link

converted to python bolt driver #13

Closed whatSocks closed 7 years ago

whatSocks commented 7 years ago

functionality should be exactly the same, using the new bolt driver

nicolewhite commented 7 years ago

Hey, appreciate it but I want to keep this on py2neo. I prefer the Node and Relationship classes vs. Cypher for an intro tutorial to Python users. py2neo uses Bolt on the backend anyway.