RTL games-dict — SQL output
The dictionary ingest produced a SQL file ready to paste into Supabase Studio.
Next steps:
- Click Download above and decompress with
gzip -d on your laptop.
- Open Supabase Studio's SQL editor for the self-hosted Supabase.
- Paste the
BEGIN; DELETE …; COMMIT; block first, run.
- Paste each
-- chunk N of M block in turn, run after each.
- Paste the verification block at the end. The reported row count should match the file's header.
- Stop this Coolify resource when done — it stays alive serving downloads until manually stopped.