An open API service indexing awesome lists of open source software.

https://github.com/ivanceras/r2d2-sqlite

r2d2 connection pool for sqlite
https://github.com/ivanceras/r2d2-sqlite

Last synced: 8 months ago
JSON representation

r2d2 connection pool for sqlite

Awesome Lists containing this project

README

          

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/)