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

hdbconnect_impl

Common implementation of hdbconnect and hdbconect_async; not for direct use

11 unstable releases (3 breaking)

0.28.6 Jun 12, 2024
0.28.5 Feb 9, 2024
0.28.3 Jan 19, 2024
0.27.0 Dec 31, 2023
0.25.1 Feb 2, 2023

#2756 in Database interfaces

Download history 176/week @ 2024-06-10 8/week @ 2024-06-17 21/week @ 2024-07-29 5/week @ 2024-08-19 5/week @ 2024-08-26 1/week @ 2024-09-02 2/week @ 2024-09-09 47/week @ 2024-09-23

51 downloads per month
Used in 2 crates

MIT/Apache

775KB
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–25MB
~475K SLoC