#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

#2910 in Database interfaces

Download history 1/week @ 2024-09-13 36/week @ 2024-09-20 47/week @ 2024-09-27 186/week @ 2024-10-04 69/week @ 2024-10-11 241/week @ 2024-10-18 114/week @ 2024-10-25 37/week @ 2024-11-01 31/week @ 2024-11-08 178/week @ 2024-11-15 52/week @ 2024-11-22 179/week @ 2024-11-29 221/week @ 2024-12-06 100/week @ 2024-12-13 3/week @ 2024-12-20

335 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–25MB
~459K SLoC