Export all your Supabase tables to JSON or SQL and import into any Postgres database.
supabase-export is the definitive answer to “how do I export all my Supabase data?” — paginated export of every table, with a direct importer into any Postgres target: self-hosted Supabase, Neon, Railway, RDS, or local.
# Run without installingnpx @nometria-ai/supabase-export export --url https://your-project.supabase.co --key eyJ...# Install globallynpm install -g @nometria-ai/supabase-export# Or as a dev dependencynpm install --save-dev @nometria-ai/supabase-export