spawnflake-cli 0.2.7

Generate random test data for any mysql database schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "spawnflake-cli"
version = "0.2.7"
authors = ["Stefanos Kouroupis <s.kouroupis@voidmachines.com>"]
license = "MIT"
edition = "2021"
categories = ["development-tools", "productivity-tools", "command-line-utilities"]
keywords = ["db", "integration", "testing"]
description = "Generate random test data for any mysql database schema"
readme = "README.md"

[[bin]]
name = "spawnflake-cli"
path = "src/main.rs"

[dependencies]
spawnflake = "0.2.7"
clap = "2.33.3"