v0.5.0
Pre-release
Pre-release
- 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 bothdbgen
and the database engine itself. - Time intervals are now printed as
"5 12:23:34.456789"
instead ofINTERVAL 476614456789 MICROSECOND
for better compatibility. - Support generating CSV files.
- Support compressing output data as gz, xz or zstd.