#database-driver #hana #driver #serde #relational

hdbconnect_impl

Common implementation of hdbconnect and hdbconect_async; not for direct use

10 unstable releases (3 breaking)

0.28.5 Feb 9, 2024
0.28.4 Feb 5, 2024
0.28.3 Jan 19, 2024
0.27.0 Dec 31, 2023
0.25.1 Feb 2, 2023

#2787 in Database interfaces

Download history 11/week @ 2023-12-26 19/week @ 2024-01-02 23/week @ 2024-01-09 24/week @ 2024-01-16 12/week @ 2024-01-30 13/week @ 2024-02-06 1/week @ 2024-02-13 29/week @ 2024-02-20 46/week @ 2024-02-27 3/week @ 2024-03-12 15/week @ 2024-03-19 11/week @ 2024-03-26 26/week @ 2024-04-02

52 downloads per month
Used in 2 crates

MIT/Apache

760KB
16K SLoC

hdbconnect_impl

Latest version Documentation License

Major part of the implementation of both hdbconnect and hdbconnect_async.

If you want a synchronous rust driver for HANA, use hdbconnect.

If you want an asynchronous rust driver for HANA, use hdbconnect_async.


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–27MB
~490K SLoC