Welcome back

Sign in with GitHub, Google, or your email and password

or

Don't have an account? Create one

Agentic Studio

Seeder

Generate realistic rows that match your schema and insert them into Postgres.

Seeding data in Fakebase Studio
Seeding data in Fakebase Studio

The seeder fills a table with realistic sample rows based on your columns, types, and foreign keys. You pick a table and a row count — Fakebase generates values that fit the schema.

Seed from the Seeder

  1. Open Seeder in the sidebar.
  2. Choose the table you want to fill.
  3. Set how many rows to generate (up to 50).
  4. If the table references another table, choose Generate References to create parent rows, or Use Existing References to attach to a row that already exists.
  5. Choose Generate only to preview, or Generate and insert to write the rows immediately.
  6. Review the generated rows, then insert if you generated only.

Use Stop to cancel a run, or New seed to start over. After a successful insert you can open the table in Tables.

Seeding is disabled for auth tables. If a table depends on auth-managed data, use existing parent rows instead of generating new references.

Seed from a table

You can also seed from the data grid:

  1. Open Tables, select a table, and stay on the Data tab.
  2. Choose Insert, then Generate & insert.
  3. Set the row count and start generating.

This path generates and inserts in one step — there is no separate preview.

Generating and inserting rows from the table Data tab