Skip to content

feat: support ibis.postgres.connect("postgresql://...") in addition to ibis.connect("postgresql://...") #10901

Open
@NickCrews

Description

@NickCrews

Is your feature request related to a problem?

ibis.connect("postgresql://...") already works, but in my app I started with ibis.postgres.connect("postgresql://...") and this failed, so I started filing this issue before I looked at the code and discovered the workaround.

What is the motivation behind your request?

No response

Describe the solution you'd like

I think this is already implemented in other backends, so just emulate what they do? I could write a PR but I'm not sure how to write the tests. If this is simple for you then awesome, otherwise let me know and I can put in the time to write the PR.

What version of ibis are you running?

main

What backend(s) are you using, if any?

postgres

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureFeatures or general enhancements

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions