1 2 3 4 5 6 7 8 9 10
### Debug ```bash # in workspace cargo run --bin arel -p arel --features=sqlite,tokio cargo expand --bin arel -p arel --features=sqlite,tokio cargo test --features=sqlite,tokio # only test sqlx about cargo test sqlx --features=sqlite,tokio ```