Fabricate workflow
Last updated
Last updated
At a high level, the workflow to generate data from Fabricate includes the following steps:
The first step is to create the database in Fabricate.
Next, you define the structure of the database, which includes:
The tables in the database.
The columns in each table.
Relationships between the tables.
When you create a database, you can provide a SQL script that sets up the database schema.
Provide example data
Provide a description for the Fabricate AI to use to create it - "A users table with names, addresses, email addresses, and telephone numbers"
Provide a SQL script with the table definition
You can then adjust the column settings as needed.
You can export the data to a set of files, or use it to populate an existing database.
You can , or .
You can also . When you add a table, to define the table columns, you can:
For each table, you . When you create a table, Fabricate makes a first pass at assigning generators.
As you change the configuration, Fabricate automatically updates the generated data. You can also .
Finally, when you're ready to use the data, you can .