hdbconnect_impl

Crates.iohdbconnect_impl
lib.rshdbconnect_impl
version
sourcesrc
created_at2023-02-02 16:06:06.633426
updated_at2024-12-11 11:15:37.196951
descriptionCommon implementation of hdbconnect and hdbconnect_async; not for direct use
homepage
repositoryhttps://github.com/emabee/rust-hdbconnect
max_upload_size
id774889
Cargo.toml error:TOML parse error at line 27, column 1 | 27 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(emabee)

documentation

README

hdbconnect_impl

Latest version Documentation License

Major part of the implementation of both hdbconnect and hdbconnect_async.

Direct use not recommended

Use hdbconnect if you want a synchronous rust driver for HANA.

Use hdbconnect_async if you want an asynchronous rust driver for HANA.

Commit count: 435

cargo fmt