1 2 3 4 5 6 7 8 9 10 11 12 13
## Rustorm This is completely rewritten. ``` sudo apt install sqlite3 cargo test --features "with-postgres" cargo test --features "with-sqlite" ``` ``` brew install sqlite3 ```