#database-driver #hana #driver #relational

hdbconnect_impl

Common implementation of hdbconnect and hdbconnect_async; not for direct use

16 unstable releases (5 breaking)

new 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

#2913 in Database interfaces

Download history 5/week @ 2024-08-26 1/week @ 2024-09-02 2/week @ 2024-09-09 47/week @ 2024-09-23 42/week @ 2024-09-30 210/week @ 2024-10-07 47/week @ 2024-10-14 306/week @ 2024-10-21 56/week @ 2024-10-28 28/week @ 2024-11-04 107/week @ 2024-11-11 126/week @ 2024-11-18 155/week @ 2024-11-25 59/week @ 2024-12-02 304/week @ 2024-12-09

719 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
~461K SLoC