

If your needs are basic it's the path of least effort to creating a working dataset.
#Sql data generator install
To install the synth binary refer to the installation page. Synth uses declarative configuration files (just JSON don't worry) to define how data should be generated. It has integration with Postgres, so you won't need to write any SQL. Synth is an open-source project designed to solve the problem of creating realistic testing data. We could define functions ourselves to generate names / phone numbers / emails etc, but why re-invent the wheel? Using a data generator like Synth # text in your phone column actually being a phone number) we need to get more sophisticated. If you care about your data being semantically correct (i.e. First of all, every company has exactly 1 contact, and more importantly the actual data looks completely useless.

We generated 100 companies and contacts here, the types are correct, but the output is underwhelming.
