r2d2_sqlite 0.0.5

Sqlite support for the r2d2 connection pool
Documentation
#!/bin/sh
cargo clean
cargo doc --no-deps
cd target/doc
git init
git add . -A
git commit -m "Commiting docs to github pages"
git remote add origin https://github.com/ivanceras/r2d2-sqlite
git checkout -b gh-pages
git push --force origin gh-pages