postgresql_commands 0.19.0

PostgreSQL commands for interacting with a PostgreSQL server.
Documentation
[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["full"]
optional = true
version = "1.45.1"

[dependencies.tracing]
features = ["log"]
version = "0.1.41"

[dev-dependencies.test-log]
version = "0.2.17"

[dev-dependencies.tokio]
features = ["full"]
version = "1.45.1"

[features]
default = []
tokio = ["dep:tokio"]

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

[package]
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "PostgreSQL commands for interacting with a PostgreSQL server."
edition = "2024"
keywords = ["postgresql", "postgres", "embedded", "database", "server"]
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
name = "postgresql_commands"
readme = "README.md"
repository = "https://github.com/theseus-rs/postgresql-embedded"
rust-version = "1.87.0"
version = "0.19.0"