bb8-tivk 0.0.99

bb8 adapter for TiKV client
Documentation
[[example]]
name = "raw"

[[example]]
name = "transactional"
[dependencies.async-trait]
version = "0.1"

[dependencies.bb8]
version = "0.7"

[dependencies.tikv-client]
version = "0.0.99"
[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
features = ["sync", "rt-multi-thread", "macros"]
version = "1.5"

[package]
authors = ["Stepan Henek"]
categories = ["database"]
description = "bb8 adapter for TiKV client"
edition = "2018"
keywords = ["bb8", "pool", "tikv"]
license = "MIT"
name = "bb8-tivk"
readme = "README.md"
repository = "https://github.com/shenek/bb8-tikv"
version = "0.0.99"