Amazon's QLDB Driver
Driver for Amazon's QLDB Database implemented in pure rust.
Example
use QLDBClient;
let client = default.await?;
let mut map = new;
map.insert;
Struct
client
.transaction_within
.await?;
Test
For tests you will need to have some AWS credentials in your PC (as env variables or in ~/.aws/credentials). There needs to be a QLDB database with the name "rust-crate-test" in the aws account. The tests need to be run sequentially, so in order to run the tests please run the following command:
RUST_TEST_THREADS=1