This is a tool that dumps all records from supabase DBs using the rest API.
Usage: supadump [OPTIONS] --url <URL> --api-key <API_KEY> --output-dir <OUTPUT_DIR>
Options:
-u, --url <URL>
-k, --api-key <API_KEY> [env: SUPABASE_KEY=]
-o, --output-dir <OUTPUT_DIR> Output directory for dump files
--tables <TABLES> Comma-separated list of tables to dump
-t, --threads <THREADS> [default: 8]
--page-size <PAGE_SIZE> [default: 1000]
-h, --help Print help
-V, --version Print version