testdb 0.0.1

Create on the fly test databases that get cleaned up after the test
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.rand]
version = "0.8.3"

[dependencies.sqlx]
default-features = false
features = ["postgres", "runtime-async-std-rustls"]
version = "0.5"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"

[package]
authors = ["Yves Savoy <10594588+yvessavoy@users.noreply.github.com>"]
description = "Create on the fly test databases that get cleaned up after the test"
documentation = "https://docs.rs/testdb"
edition = "2018"
exclude = [".devcontainer/*"]
license-file = "LICENSE"
name = "testdb"
repository = "https://github.com/yvessavoy/testdb"
version = "0.0.1"