Skip to content

sqlx re-exports #62

Description

@bobozaur

sqlx-exasol has to re-export various internals of sqlx so as not to have users depend on both (which can get difficult since it implies version tracking of both crates). However, ideally sqlx-exasol should only have to re-export stuff from sqlx-core.

Even better than that would be for sqlx-core to expose a module that can be safely re-exported by external drivers without having to manually track what has changed and where as the list gets pretty long.

An issue to sqlx is yet to be opened regarding this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions