agrum 0.2.2

This is an OMM database layer.
Documentation
[dependencies.async-trait]
version = "0.1.52"

[dependencies.futures]
version = "0.3.25"

[dependencies.futures-util]
version = "0.3.25"

[dependencies.tokio]
features = ["rt", "macros"]
version = "1.22.0"

[dependencies.tokio-postgres]
version = "0.7.7"

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

[package]
authors = ["Grégoire HUBERT <hubert.greg@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is an OMM database layer."
edition = "2021"
keywords = ["database", "postgres"]
license = "CC-BY-SA-4.0"
license-file = "LICENSE.txt"
name = "agrum"
readme = "README.md"
repository = "https://github.com/chanmix51/agrum"
version = "0.2.2"

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

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

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