hdbconnect
A pure rust SQL driver for SAP HANA(TM).
Usage
Add hdbconnect to the dependencies section in your project's Cargo.toml:
[]
= "0.25"
Assume you have a HANA accessible at port 39013 on host hxehost,
and you can log on to it as user HORST with password SeCrEt.
Then a first simple test which sets up some table, inserts data and reads them back might look like this:
use ;
Documentation
The docs contain more code examples,
especially in the description of module code_examples.
TLS
See HANA in SCP for instructions how to obtain the necessary server certificate from a HANA in SAP Cloud Platform.
Features
r2d2_pool
Adds an implementation of a r2d2 database pool.
dist_tx
Adds support for distributed transactions, based on dist_tx.
Versions
See the change log.