r2d2_sqlite 0.32.0

SQLite and SQLCipher support for the r2d2 connection pool
Documentation
1
2
3
4
5
6
7
8
9
10
r2d2-sqlite
=============
[![Latest Version](https://img.shields.io/crates/v/r2d2-sqlite.svg)](https://crates.io/crates/r2d2-sqlite)
[![Build Status](https://github.com/ivanceras/r2d2-sqlite/actions/workflows/rust.yml/badge.svg)](https://github.com/ivanceras/r2d2-sqlite/actions/workflows/rust.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

r2d2 connection pool for sqlite based on Steven Fackler's r2d2-postgres. 


[Documentation](https://docs.rs/r2d2_sqlite/)