- Clean up pattern for sync/async variants. Inconsistent between suffix and module
- Tests should run against sync and async
- Ensure Postgres works in sync
- Re-enable R2D2 for sync
- Fix
#[async_trait(?Send)]
to set up Send bound again as it's required for e.g.tokio::spawn
- Separate sync and async examples
- Ensure sqlite works in async
- Fully support sync too. Using async should not be required
- Clean up miscellaneous TODOs
- Establish soundness for unsafe sections of AsyncAdapter
- Should async and/or async_adapter be under a separate feature?
- Integrate deadpool or bb8 for async connection pool