When exporting, you can now append static data to any table.
Updated the default datetime format to use ISO 8601 (no T between the date and time).
You can now export databases and single tables to JSONL.
Improved the performance of the Column From Another Table generator.
You can now set min and max values for all numeric distributions.
Added Product Name, Product Description, Product Category, and Product Price generators.
Added the ability to exclude columns when exporting.
Added the fan_gen(generator, ...params) SQL function to allow programmatic access to generators.
You can now specify the number of decimal places for all numeric distributions.
You now create a table from example CSV or JSON data.
Added a Language generator.
Added a MAC Address generator.
Added a Heroku-style project name generator.
Added the ability to export a single table.
Fixed a bug where order by random() did not work with the SQL generator.
Added the Column From Another Table generator.
Added Credit Card Number and Credit Card Type generators.