r2d2_sqlite 0.22.0

SQLite and SQLCipher support for the r2d2 connection pool
Documentation
1
2
3
4
5
6
7
8
9
language: rust
rust:
- nightly
- beta
- stable
addons:
  sqlite3
script:
- cargo test