Documentation Index
Fetch the complete documentation index at: https://docs.ellomas.com/llms.txt
Use this file to discover all available pages before exploring further.
Seedling
Relational Test Data FactoryKey Features
- Schema introspection — Reads live Postgres and MySQL databases
- Auto-generated data — Column names and types map to realistic generators (email, name, phone, geography, finance, and more)
- Generator overrides — YAML-based DSL to customize per-column generation
- Deterministic output — Same schema + seed + count = byte-identical results
- Multiple output formats — SQL, CSV, JSON Lines, Parquet, direct DB insert, Postgres COPY
- Circular FK handling — Self-referencing tables and circular dependency loops
- Fast streaming — Parallel generation of independent table subgraphs
- Watch mode — Auto-regenerate on schema changes
Quick Example
Database Support
| Database | Introspection | Output |
|---|---|---|
| Postgres | Full (information_schema) | INSERT, COPY protocol, direct DB |
| MySQL / MariaDB | Full (information_schema) | INSERT, direct DB |