diesel_pg_tester 0.5.1

Runs Diesel tests efficiently using a live Postgres connection.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.diesel]
features = ["postgres"]
version = "1"

[dependencies.thread-id]
version = "3"
[dev-dependencies.once_cell]
version = "1"

[package]
authors = ["Shane Hathaway <shane.hathaway@openpaymentnetwork.us>"]
description = "Runs Diesel tests efficiently using a live Postgres connection."
edition = "2018"
keywords = ["diesel", "postgres", "test"]
license = "MIT OR Apache-2.0"
name = "diesel_pg_tester"
repository = "https://github.com/hathawsh/diesel_pg_tester"
version = "0.5.1"