#database-driver #hana #driver #relational

hdbconnect_impl

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

17 unstable releases (6 breaking)

new 0.31.0 Feb 19, 2025
0.30.1 Dec 11, 2024
0.30.0 Nov 29, 2024
0.28.6 Jun 12, 2024
0.26.0 Feb 16, 2023

#2881 in Database interfaces

34 downloads per month
Used in 2 crates

MIT/Apache

780KB
16K SLoC

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.


lib.rs:

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.

Dependencies

~17–27MB
~481K SLoC