#relational #driver #serde #hana

hdbconnect_impl

Common implementation of hdbconnect and hdbconect_async; not for direct use

3 unstable releases

0.26.0 Feb 16, 2023
0.25.1 Feb 2, 2023
0.25.0 Feb 2, 2023

#7 in #relational-database

Download history 19/week @ 2023-06-02 1/week @ 2023-06-09 27/week @ 2023-06-16 16/week @ 2023-06-23 21/week @ 2023-06-30 12/week @ 2023-07-07 14/week @ 2023-07-14 30/week @ 2023-07-21 11/week @ 2023-07-28 8/week @ 2023-08-04 19/week @ 2023-08-11 22/week @ 2023-08-18 15/week @ 2023-08-25 13/week @ 2023-09-01 14/week @ 2023-09-08 13/week @ 2023-09-15

61 downloads per month
Used in 2 crates

MIT/Apache

765KB
16K SLoC

hdbconnect_impl

Latest version Documentation License

Implementation of both hdbconnect and hdbconnect_async.

No direct usage

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

~13–55MB
~1M SLoC