1 unstable release
Uses new Rust 2024
new 0.18.1 | Mar 27, 2025 |
---|
#2984 in Database interfaces
Used in 2 crates
(via rsql_drivers)
105KB
2K
SLoC
rsql_driver_dynamodb
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>]
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 or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Dependencies
~66MB
~1.5M SLoC