You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2023. It is now read-only.
This crate is no longer maintained and is now archived.
Since crates.io does not allow deletion of a crate and this pretty
much keeps the exasol crate name occupied, I am more than willing to
transfer ownership of the crate to someone representing Exasol.
Please reach out if you are interested.
Additionally, for an alternative driver, please see sqlx-exasol.
Features available:
DSN parsing and resolving
Ability to use a custom TLS connector
Credentials & OpenID token login support
Single and batch query execution
Prepared statements
WSS support through native-tls and rustls
Compression support through flate2
Row deserialization into Rust types
Positional parameter binding
Named parameter binding
Performant single and multithreaded IMPORT/EXPORT features
Crate Features:
native-tls - (disabled by default) enables tungstenite WSS encryption support through native-tls
native-tls-vendored - (disabled by default) enables tungstenite WSS encryption support through native-tls-vendored
rustls-tls-webpki-roots - (disabled by default) enables tungstenite WSS encryption support through rustls-tls-webpki-roots
rustls-tls-native-roots - (disabled by default) enables tungstenite WSS encryption support through rustls-tls-native-roots
flate2 - (disabled by default) enables compression support
Contributions to this repository, unless explicitly stated otherwise, will be considered dual-licensed under MIT and Apache 2.0.
Bugs/issues encountered can be opened here