sqlx_mock 0.1.0

A simple tool to test sqlx with postgres. It will automatically create a database and drop it after the test.
Documentation
[dependencies.sqlx]
features = ["runtime-tokio-rustls", "postgres"]
version = "0.6.2"

[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.21.2"

[dependencies.uuid]
features = ["v4"]
version = "1.2.1"

[package]
authors = ["Tosei <359387050@qq.com>"]
categories = ["development-tools"]
description = "A simple tool to test sqlx with postgres. It will automatically create a database and drop it after the test."
documentation = "https://docs.rs/sqlx-mock"
edition = "2021"
homepage = "https://github.com/wangxinyang/sqlx-mock"
keywords = ["sqlx", "postgres", "database", "test"]
license = "MIT"
name = "sqlx_mock"
readme = "README.md"
repository = "https://github.com/wangxinyang/sqlx-mock"
version = "0.1.0"