# rsql_driver_dynamodb
[](https://github.com/theseus-rs/rsql/actions/workflows/ci.yml)
[](https://docs.rs/rsql_driver_dynamodb)
[](https://codecov.io/gh/theseus-rs/rsql)
[](https://bencher.dev/perf/theseus-rs-rsql)
[](https://crates.io/crates/rsql_driver_dynamodb)
[](https://github.com/theseus-rs/rsql#license)
[](https://semver.org/spec/v2.0.0.html)
`rsql_driver_dynamodb` is a dynamodb driver.
## Usage
Driver url format:
`dynamodb://[<access_key_id>:<secret_access_key>@]<host>[:<port>]>[?region=<region>][&session_token=<token>][&scheme=<http|https>]`
## Safety
These crates use `#![forbid(unsafe_code)]` to ensure everything is implemented in 100% safe Rust.
## License
Licensed under either of:
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)