EddytorDocs & API
07 · Tables A→ZC · Create the table

Spin up a demo table to explore

Seed a sample demo_products table to learn the tools without bringing your own data.

Want to try Eddytor before loading real data? Seed a sample demo_products table into a storage connection and explore querying, domains, versioning, and the rest against it.

Create it

eddytor create demo-table <config-id>

Seeds a demo_products table into the given storage configuration.

create_demo_table(config_id="…")

What you get

A small, realistic demo_products table - typed columns, a primary key, and sample rows - so you can immediately try:

When you're done

It's a normal table - drop it when you no longer need it.

Next

On this page