Tonic Fabricate release information

Learn about what’s in the latest Tonic.ai product releases.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
2025-05-09
May 9, 2025

For the Foreign Key generator, added the ability to specify a relative prevalence for each key.

2025-05-02
May 2, 2025

Added the ability to generate IBANs.

2025-04-29
April 29, 2025

For the Foreign Key generator, added a From Column... option to the Distribution setting. This allows you to specify a column in the primary key table that contains the number of rows to generate for each key.

2025-04-12
April 12, 2025

Mock APIs can now modify database snapshots.

2025-04-10
April 10, 2025

Added an AI Composer to the mock API editor.

Added history tracking to the mock API editor.

When it generates tables, Fabricate's AI now learns from comments in the DDL.

2025-04-07
April 7, 2025

For the Number generator, added a "series" distribution. This allows you to generate a series of numbers progress linearly, exponentially, or logarithmically from a starting value to an ending value, optionally partitioned by a column and ordered by another column.

2025-04-04
April 4, 2025

Added the Value From Previous Row generator.

2025-03-28
March 28, 2025

Added European banks.

Added the ability to subset categorical generators by 'in', 'not in', 'is null', and 'is not null'.

Added workspaces, which allow you to manage multiple projects within a single account, each with their own users, API keys, and databases.

2025-03-19
March 19, 2025

Added the ability to search for tables in the Explorer.

2025-03-12
March 12, 2025

API keys can now be assigned Viewer or Editor roles.

2025-03-11
March 11, 2025

Added support for Oracle.

Added the ability to define constraints that specify that columns should not be equal.

2025-03-07
March 7, 2025

Added 3-character country codes.

2025-02-25
February 25, 2025

Added the ability to hide the time component of a datetime value.

2025-02-19
February 19, 2025

You can now define postprocessing SQL for any field.

2025-02-11
February 11, 2025

SQL exports now use multi-row inserts.

Added the ability to customize the distribution of locations and other domain-specific data.

2025-02-07
February 7, 2025

Added the ability to set a seed in order to freeze columns and tables.

2025-02-03
February 3, 2025

Added the following functions to allow you to generate Luhn check digits:fab_luhn_check_digitfab_append_luhn_check_digit

Added the ability to generate HCPCS codes.

Added the ability to generate US Hospital data.

Added the ability to generate US Social Security Numbers.

Added the ability to generate US Employer Identification Numbers.

Added the ability to generate US Bank routing numbers, names, and addresses.

2025-02-02
February 2, 2025

Fixed an issue with the Number generator where decimal places were ignored when using variants.

Added the ability to define unique constraints across multiple columns.

Improved compatibility with MSSQL.

2025-01-09
January 9, 2025

For the List generator, added the ability to specify a weight for each value.

2025-01-08
January 8, 2025

Added support for Microsoft SQL Server.

Added support for MySQL.

2024-12-28
December 28, 2024

When you export, you can now order by a specific column.

The Foreign Key generator now includes the setting Generate rows for each key until the value in this column is 0 or less.

Sum generator now includes an Order By field.

2024-12-17
December 17, 2024

Added Views

Added support for JSON arrays using SQLite's json_group_array() and json_object() functions.

2024-12-10
December 10, 2024

Added support for generating time series data.

2024-12-05
December 5, 2024

Added a Sum generator that generates the sum of all previous values in a column.

2024-12-02
December 2, 2024

Fixed a bug that prevented foreign key columns from referencing SQL columns as the primary key.

2024-11-28
November 28, 2024

Added a Rank generator.

2024-11-23
November 23, 2024

Added the ability to generate a random datetime that is relative to another datetime column.

2024-11-21
November 21, 2024

Added a Domain Name generator.

Renamed the "Stock" generators to "Company".

2024-11-20
November 20, 2024

Added a Nickname generator, which generates a common nickname that corresponds to the generated first name.

Added a Product Subcategory generator.

2024-11-19
November 19, 2024

Added the following new function to add typos to a string:fab_add_typos(input, unit, value)

When you use the Number generator, you can now specify conditional variants. For example, you could use this feature to create seasonal pricing trends.

Fixed an issue where Percentage Null was ignored for Foreign Key fields.

2024-11-13
November 13, 2024

When exporting, you can now append static data to any table.

2024-11-12
November 12, 2024

Updated the default datetime format to use ISO 8601 (no T between the date and time).

2024-11-09
November 9, 2024

You can now export databases and single tables to JSONL.

2024-11-03
November 3, 2024

Improved the performance of the Column From Another Table generator.

2024-10-23
October 23, 2024

You can now set min and max values for all numeric distributions.

2024-10-15
October 15, 2024

Added Product Name, Product Description, Product Category, and Product Price generators.

2024-10-13
October 13, 2024

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.

2024-10-11
October 11, 2024

You now create a table from example CSV or JSON data.

2024-10-10
October 10, 2024

Added a Language generator.

Added a MAC Address generator.

2024-10-09
October 9, 2024

Added a Heroku-style project name generator.

2024-10-08
October 8, 2024

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.

2024-10-07
October 7, 2024

Added Credit Card Number and Credit Card Type generators.