#database-driver #hana #relational

hdbconnect_impl

Common implementation core of hdbconnect and hdbconnect_async; not for direct use

18 releases (7 breaking)

Uses new Rust 2024

0.32.0 Jun 6, 2025
0.31.0 Feb 19, 2025
0.30.1 Dec 11, 2024
0.30.0 Nov 29, 2024
0.26.0 Feb 16, 2023

#1683 in Database interfaces

Download history 6/week @ 2025-03-10 4/week @ 2025-03-17 2/week @ 2025-04-07 2/week @ 2025-04-14 2/week @ 2025-05-05 36/week @ 2025-05-12 113/week @ 2025-06-02 33/week @ 2025-06-09 79/week @ 2025-06-16 131/week @ 2025-06-23

356 downloads per month
Used in 2 crates

MIT/Apache

785KB
17K SLoC

Do not use this crate directly.

This is the immplementation crate for hdbconnect and hdbconnect_async.

If you need a synchronous driver, use hdbconnect.

If you need an asynchronous driver, use hdbconnect_async.


hdbconnect_impl

Latest version Documentation License

Major part of the implementation of both hdbconnect and hdbconnect_async.

Use hdbconnect if you want a synchronous rust driver for HANA.

Use hdbconnect_async if you want an asynchronous rust driver for HANA.

Dependencies

~16–27MB
~480K SLoC