mobc 0.2.11

A generic connection pool, but async/await
Documentation

mobc

A generic connection pool, but async/.await

Build Status crates.io

Documentation

Note: mobc requires at least Rust 1.39.

Features

  • Support async/.await syntax.
  • Mobc can be used in tokio and async-std runtimes.
  • Simple and fast customization

Usage

[dependencies]
mobc = "0.2.11"

implementation

benchmark

The benchmark is not ready