sqlfuzz 0.2.0

Generate random (and sometimes valid!) queries from any local Parquet, CSV, JSON, or Avro data set.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sqlfuzz"
description = "Generate random (and sometimes valid!) queries from any local Parquet, CSV, JSON, or Avro data set."
homepage = "https://github.com/andygrove/sqlfuzz"
repository = "https://github.com/andygrove/sqlfuzz"
authors = ["Andy Grove <andygrove73@gmail.com>"]
keywords = [ "sql", "fuzzer" ]
license = "Apache-2.0"
version = "0.2.0"
edition = "2021"

[dependencies]
async-trait = "0.1"
datafusion = "9.0"
rand = "0.8"
structopt = "0.3"
tokio = "1.19"