Add additional manager backends other than the in-memory one for easy out of the box integration. * Embedded Database * Something like [sled](https://github.com/spacejam/sled) perhaps * Cloud Native * DynamoDB * SQL * [Diesel](https://github.com/diesel-rs/diesel)
Add additional manager backends other than the in-memory one for easy out of the box integration.