thyme-sql 0.1.1

Performance benchmark tool for Postgres queries
[[bin]]
bench = false
name = "thyme"
path = "src/main.rs"

[dependencies.comfy-table]
version = "7.1.4"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres"]
version = "0.8.6"

[dependencies.tokio]
features = ["full"]
version = "1.47.1"

[package]
authors = ["Charlie Eeles <charlie.eeles@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Performance benchmark tool for Postgres queries"
edition = "2024"
license = "MIT"
name = "thyme-sql"
readme = false
repository = "https://github.com/Charlie-Eeles/thyme"
version = "0.1.1"