Skip to content

feat(drivers): ensure support for drivername:// URIs #4453

Description

@ianmcook

What feature or improvement would you like to see?

All the drivers maintained in the adbc-drivers GitHub org now support passing all connection arguments in a URI that starts with drivername://. And most or all of the driver managers now support searching for drivers based on the URI scheme when the driver is not otherwise specified. However, the SQLite driver maintained in this repo does not accept URIs that begin with sqlite://. I believe the Flight SQL driver here also lacks support for URIs that begin with flightsql://. The former should be simple enough to support. The latter might be awkward because the driver already accepts other schemes like grpc+tcp:// and it needs to pass full the URI down to the Flight SQL layer and where the scheme is meaningful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions