spawnflake-cli

Crates.iospawnflake-cli
lib.rsspawnflake-cli
version0.2.8
sourcesrc
created_at2024-03-12 08:46:16.132985
updated_at2024-04-03 10:21:40.212414
descriptionGenerate random test data for any mysql database schema
homepage
repository
max_upload_size
id1170337
size41,094
Stefanos Kouroupis (elasticrash)

documentation

README

a pixel fish spawnflake-cli

This is the cli tool the loyal companion of the spanwflake libary It should work on both windows and linux (mostly tested in linux)

Usage

spawnflake-cli[.exe] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c <configuration>               sets a custom configuration name and path relative to this location
    -d <datastore>                   Sets the type of the datastore to generate values. By default executes the entire
                                     configuration
    -s, --spawn-size <spawn-size>    Set the number of rows per table to be generated

example

spawnflake-cli[.exe] -s 4 -c ..\config.json

Configuration

Installing

  • You can build it from source by cloning this repo and running cargo build --release
  • Or you can install it directly from crates.io Just do cargo install spawnflake-cli. In this case, though, make sure that ~/.cargo/bin/ is in your PATH variable
Commit count: 0

cargo fmt