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.
sqlx-exasolhas to re-export various internals ofsqlxso as not to have users depend on both (which can get difficult since it implies version tracking of both crates). However, ideallysqlx-exasolshould only have to re-export stuff fromsqlx-core.Even better than that would be for
sqlx-coreto 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
sqlxis yet to be opened regarding this.