#database-driver #hana #driver #relational

hdbconnect_impl

Common implementation of hdbconnect and hdbconnect_async; not for direct use

14 releases

new 0.29.1 Nov 17, 2024
0.28.7 Oct 9, 2024
0.28.6 Jun 12, 2024
0.28.5 Feb 9, 2024
0.26.0 Feb 16, 2023

#2916 in Database interfaces

Download history 10/week @ 2024-07-31 3/week @ 2024-08-14 3/week @ 2024-08-21 4/week @ 2024-08-28 1/week @ 2024-09-04 2/week @ 2024-09-11 17/week @ 2024-09-18 33/week @ 2024-09-25 41/week @ 2024-10-02 225/week @ 2024-10-09 62/week @ 2024-10-16 308/week @ 2024-10-23 34/week @ 2024-10-30 29/week @ 2024-11-06 116/week @ 2024-11-13

500 downloads per month
Used in 2 crates

MIT/Apache

780KB
16K 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
~458K SLoC