Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kennytm kennytm released this 13 Apr 17:57
· 138 commits to master since this release
f6ce8af
  • In a template, expressions can now be placed inside /*{{ … }}*/ blocks in additional to {{ … }} blocks. The former makes it possible to share the same file to both dbgen and the database engine itself.
  • Time intervals are now printed as "5 12:23:34.456789" instead of INTERVAL 476614456789 MICROSECOND for better compatibility.
  • Support generating CSV files.
  • Support compressing output data as gz, xz or zstd.