Skip to content

Unix Socket support #1266

Description

@drcrallen

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions