#database-driver #hana #driver #relational

hdbconnect_impl

Common implementation of hdbconnect and hdbconnect_async; not for direct use

16 unstable releases (5 breaking)

0.30.1 Dec 11, 2024
0.30.0 Nov 29, 2024
0.29.1 Nov 17, 2024
0.28.6 Jun 12, 2024
0.26.0 Feb 16, 2023

#2914 in Database interfaces

Download history 195/week @ 2024-10-05 58/week @ 2024-10-12 292/week @ 2024-10-19 70/week @ 2024-10-26 30/week @ 2024-11-02 33/week @ 2024-11-09 186/week @ 2024-11-16 124/week @ 2024-11-23 101/week @ 2024-11-30 234/week @ 2024-12-07 82/week @ 2024-12-14 24/week @ 2025-01-04 27/week @ 2025-01-11 9/week @ 2025-01-18

60 downloads per month
Used in 2 crates

MIT/Apache

785KB
17K 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

~15–26MB
~459K SLoC