Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- All JSON output (nested, flattened, split) generates object streams (array of JSON objects) - Added a serial/autoincrementing integer field type - Added support to modify the primary key field name and generated value (uid vs auto increment) - Added support for strftime date format when generating random dates - Ensure errors are annotated with filenames and line numbers - Support output to STDOUT for command pipelining - --check flag does a more thorough syntax check - Predefined date variables UNIX_EPOCH and NOW - Added support for lambdas - Added support for composable expressions in field declarations - Added support for distributions (uniform, weight, normal, percent) - Better documentation - Builtin types now prefixed with `$`
- Loading branch information