neo4j-python-driver icon indicating copy to clipboard operation
neo4j-python-driver copied to clipboard

Neo4j Bolt driver for Python

Results 23 neo4j-python-driver issues
Sort by recently updated
recently updated
newest added

[Parsing a Neo4J URL](https://github.com/neo4j/neo4j-python-driver/blob/d10d2cd689340d9f2acfe67ca19131936e722f04/src/neo4j/_api.py#L62-L110) goes through a number of [specifically coded schemes](https://github.com/neo4j/neo4j-python-driver/blob/d10d2cd689340d9f2acfe67ca19131936e722f04/src/neo4j/api.py#L63-L71) While [servers recently received the capability to bind to unix sockets](https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/#config_server.bolt.unix_socket_enabled), the python client doesn't recognize the `bolt+unix`...

feature request

I’m currently using `Neo4j database 5.26.4 `with the official `Python driver 5.27.0` and ` Python 3.10.12`. When I upgrade the driver to any version beyond 5.27.0, I start getting intermittent...