Skip to content

Releases: kennytm/dbgen

v0.3.0

03 Dec 17:05
e2025bf
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
  • Added a new tool dbschemagen to randomly generate a schema (database) with a target data-dump size.
  • In dbgen, added the --last-file-inserts-count and --last-insert-rows-count options, and added -t as alias of --table-name

v0.2.0

25 Nov 05:37
bda0935
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Breaking change: The pcg32 RNG no longer uses the oneseq variant. The xoshiro256** RNG has been removed.
  • The template syntax no longer treats backslashes in a single as special.
  • Added --escape-backslash flag to allow escaping backslashes on the output.
  • Fixed a divide-by-zero panic in the progress bar.

v0.1.2

22 Oct 10:17
6068ac9
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Added more documentation and test cases.

v0.1.1

12 Oct 20:29
8ebe665
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Improved performance by 30%.
  • Added --rng flag to choose the random number generator.
  • Improved progress bar, now also shows the bytes/second speed for fair comparison between data of different sizes.

v0.1.0: Initial version

12 Oct 20:21
v0.1.0
fcdb680
Compare
Choose a tag to compare
Pre-release
Initial version