-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
Description
Parsing a Neo4J URL goes through a number of specifically coded schemes
While servers recently received the capability to bind to unix sockets, the python client doesn't recognize the bolt+unix scheme.
Attempting to connect throws an error:
neo4j.exceptions.ConfigurationError: URI scheme 'bolt+unix' is not supported. Supported URI schemes are ['bolt', 'bolt+ssc', 'bolt+s', 'neo4j', 'neo4j+ssc', 'neo4j+s']. Examples: bolt://host[:port] or neo4j://host[:port][?routing_context]
Feature Request
Add proper bolt+unix scheme support to the Python library.
Pitch
Unix sockets were labeled as production ready in the 2025.09.0 release.