Documentation
1
2
3
4
5
6
7
8
9
### Debug 

```bash
# in workspace
cargo expand --bin arel -p arel --features=sqlite,tokio
cargo test -p arel --features=mysql
# only test sqlx about
cargo test -p arel --features=sqlite
```