Skip to content

Releases: elasticrash/spawnflake

0.2.8

03 Apr 10:25
104b5ed

Choose a tag to compare

  • Support for pattern generators for date and time types
  • Abstract data generation function to prepare for different types of SQL databases
  • Adjust unit tests to the new patterns
  • Build with 1.77

0.2.7

25 Mar 23:33
0c744fe

Choose a tag to compare

  • Improvements in record generation
  • Support for pattern generators for timestamps

0.2.6

20 Mar 00:10
84102a5

Choose a tag to compare

  • Improve date generator

0.2.5

12 Mar 09:02
8a55c77

Choose a tag to compare

  • Support pattern generators for all numeric types
  • Make configuration optional

0.2.3 cyclic dependencies

20 Jul 22:40
82d6f89

Choose a tag to compare

Pre-release
  • 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

15 Jul 23:30

Choose a tag to compare

0.2.1 cli tool Pre-release
Pre-release
  • 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

10 Jul 23:38

Choose a tag to compare

0.2.0 cli tool Pre-release
Pre-release

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