sqlness-cli 0.6.0

SQLNESS command line tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sqlness-cli"
description = "SQLNESS command line tool"
version = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }

[dependencies]
async-trait = "0.1.64"
clap = { version = "4.1.8", features = ["derive"] }
futures = "0.3.26"
sqlness = { path = "../sqlness", version = "0.6", features = ["mysql", "postgres"] }