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

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