Database
4 D1 databases across workers.
webuildfast-userdata-db wbf-api
User accounts, session tokens, auth data.
SELECT * FROM users LIMIT 10;
factsearch (D1) wbf-api
Factsearch planner — runs, queries, entities, facts, sources, events.
Tables factsearch_runsfactsearch_queriesfactsearch_entitiesfactsearch_keyword_setsfactsearch_sourcesfactsearch_source_versionsfactsearch_fact_candidatesfactsearch_factsfactsearch_fact_source_linksfactsearch_events
SELECT topic_key, COUNT(*) FROM factsearch_runs GROUP BY topic_key;
seo_tool_runs (D1) webuildfast-seo
SEO tool execution results keyed by route_key.
SELECT route_key, COUNT(*) FROM seo_tool_runs GROUP BY route_key;
videocontrol_tool_runs (D1) wbf-api
Videocontrol scene/shot/storyboard runs logged via POST /videocontrol-runs/log.
Tables videocontrol_tool_runs
SELECT * FROM videocontrol_tool_runs LIMIT 10;