13 releases
0.3.4 | Sep 3, 2023 |
---|---|
0.3.3 | Sep 3, 2023 |
0.3.2 | Apr 22, 2022 |
0.2.6 | Apr 8, 2022 |
0.1.0 | Jan 31, 2022 |
#89 in #rustls
35 downloads per month
200KB
4K
SLoC
exasol
A synchronous database connector for Exasol written in Rust, based on the Exasol Websocket API.
Inspired by Py-Exasol.
Please find the documentation here.
[!IMPORTANT]
This crate is no longer maintained and is now archived.
Sincecrates.io
does not allow deletion of a crate and this pretty much keeps theexasol
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) enablestungstenite
WSS encryption support through native-tlsnative-tls-vendored
- (disabled by default) enablestungstenite
WSS encryption support through native-tls-vendoredrustls-tls-webpki-roots
- (disabled by default) enablestungstenite
WSS encryption support through rustls-tls-webpki-rootsrustls-tls-native-roots
- (disabled by default) enablestungstenite
WSS encryption support through rustls-tls-native-rootsflate2
- (disabled by default) enables compression support
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Contributing
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
Dependencies
~11–26MB
~412K SLoC