Releases: elasticrash/spawnflake
Releases · elasticrash/spawnflake
0.2.8
0.2.7
- Improvements in record generation
- Support for pattern generators for timestamps
0.2.6
- Improve date generator
0.2.5
- Support pattern generators for all numeric types
- Make configuration optional
0.2.3 cyclic dependencies
- I dropped the Postgres implementation for the time being so I can get back to the project and focus in one database at a time. There is still a branch with the postgres implementation
- Updated Rust Syntax to be 1.66+ compatible
0.2.1 cli tool
- The library now builds a dependency tree of the foreign keys so it will know in which order it needs to generate the tables (mysql only, experimental)
- Supports more types
- Support more key types and composite keys in most cases
- Detects cyclic dependencies (but cannot handle it yet)
- Supports column names with reserve names
0.2.0 cli tool
USAGE:
spawnflakes.exe [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c sets a custom configuration name and path relative to this location
-d Sets the type of the datastore to generate values. By default executes the entire
configuration
-s, --spawn-size Set the number of rows per table to be generated