Skip to content

DBI connector: separate driver from database name #17

@mbartosch

Description

@mbartosch

In the DBI proxy connector the location is currently the full DBI connect string, including the database driver. In certain circumstances (i. e. when referencing the database name via a connector ref) it may be desirable to separate driver and database name.

Current syntax:
class: Connector::Proxy::DBI
LOCATION: DBI::Oracle::foobar

Suggested syntax:
class: Connector::Proxy::DBI
LOCATION: foobar
driver: DBI::Oracle

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