# async-session-r2d2 > A session store for [async-session][] backed by any of the underlying implementations supported by [r2d2][]. A lot of the logic here was insipred by the [sqlx][] implementation in [async-session-sqlx][]. Contributions welcome to other implementations! ## Installation Add the following line to your `Cargo.toml`: ```toml [dependencies.async-session-r2d2] version = "0.1" features = ["with-rusqlite"] ``` ## License Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. [r2d2]: https://crates.io/crates/r2d2 [async-session]: https://crates.io/crates/async-session [sqlx]: https://github.com/launchbadge/sqlx [async-session-sqlx]: https://github.com/jbr/async-sqlx-session