Skip to content

connection_open() could show more information in the display name #18

@dfalbel

Description

@dfalbel

Here's the display name shown by opening the same postgres connection using ODBC vs connection_open():

image

Or a similar but SQLite connection:

image

tmp <- tempfile()
dir.create(tmp)
dbplyr::nycflights13_sqlite(path = tmp)
con <- connections::connection_open(RSQLite::SQLite(), file.path(tmp, "nycflights13.sqlite"))
con <- DBI::dbConnect(odbc::odbc(), driver = "SQLite", database = file.path(tmp, "nycflights13.sqlite"))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions