Tonic Fabricate User Guide
Last updated
Last updated
Tonic Fabricate allows you to create data from scratch.
For example, maybe you are working on a new feature or product where there is no existing data that uses the new schema. Or you need data for testing or development, but don't have any access to data that you can use.
In Fabricate, you can quickly define and configure a database, its tables, and the table columns. Even if you don't know SQL, Fabricate's AI assistants allow you to describe the table - "A table of customers with first and last name, email address, full mailing address, and telephone number." - and Fabricate takes it from there.
Fabricate provides a robust set of generators to produce a range of value types across multiple categories and industries. You can even enhance the generated data with real data that you upload.
And when you're ready to use the data, you can export it in a variety of formats, including directly to a target database.
Get started Create your Fabricate account and create your first database.
Create and manage databases Define a new database.
Manage tables Create and configure tables in a database.
Manage table columns Add columns to a table and configure how to populate them.
Use the Fabricate API and CLI Use the API and CLI to manage databases and load data.