Tonic Structural release notes

v3
v3
Removed
June 4, 2019

Note: We've transitioned from major.minor.hotfix to simple integer-based versioning

Features

Autodetect Generators (beta) - this feature that scans the source dataset and by analyzing both the structural properties (data types, column names, foreign key constraints) and the content of each data field it takes a first pass at picking generators and linking generators.

Ability to define custom foreign key relationships, this addresses the issue where a database doesn't have any FK constraints or it's missing some

Algebraic Generator - when you link 3 or more columns (A, B, C, ...) with the algebraic generator applied it searches the space of functions (A + B = C, A / B = C, ... ) to find the function that best describes the algebraic relationship between the linked columns.

We now support the ability to specify via an environment variable which schemas to include

Email generator now supports a custom email domain

Renamed Gaussian generator to Continuous

Added TIN generator

  • First two digits are always 00

Upgraded pg_dump to v11