A synchronous database connector for Exasol written in Rust, based on the Exasol Websocket API.
Inspired by Py-Exasol.
Please find the documentation here.
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
native-tls
- (disabled by default) enables tungstenite
WSS encryption support through native-tlsnative-tls-vendored
- (disabled by default) enables tungstenite
WSS encryption support through native-tls-vendoredrustls-tls-webpki-roots
- (disabled by default) enables tungstenite
WSS encryption support through rustls-tls-webpki-rootsrustls-tls-native-roots
- (disabled by default) enables tungstenite
WSS encryption support through rustls-tls-native-rootsflate2
- (disabled by default) enables compression supportLicensed under either of
at your option.
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