rustorm 0.17.0

A complete rewrite of rustorm
Documentation
1
2
3
4
5
6
7
#!/bin/bash
set -v

cargo test --features "with-postgres with-sqlite"
cargo test --features "with-postgres"
cargo test --features "with-sqlite"
cargo test --features "with-mysql"