bmbp_rdbc_type 0.3.0

定义rdbc模型
Documentation
[dependencies.bytes]
version = "1.1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4.38"

[dependencies.serde]
features = ["derive"]
version = "1.0.215"

[dependencies.serde_json]
features = ["default"]
version = "1.0.132"

[dependencies.tokio-postgres]
features = ["with-chrono-0_4"]
version = "0.7.12"

[dependencies.tracing]
version = "0.1.40"

[lib]
name = "bmbp_rdbc_type"
path = "src/lib.rs"

[package]
authors = ["bmbp<rs_bmbp.163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "定义rdbc模型"
documentation = "https://github.com/bmbper/bmbp_rdbc"
edition = "2021"
homepage = "https://github.com/bmbper/bmbp_rdbc"
license = "MIT"
name = "bmbp_rdbc_type"
readme = "README.md"
repository = "https://github.com/bmbper/bmbp_rdbc"
version = "0.3.0"

[[test]]
name = "test_rdbc_datasource"
path = "tests/test_rdbc_datasource.rs"

[[test]]
name = "test_rdbc_value"
path = "tests/test_rdbc_value.rs"