2025-03-29 UTC
#
[KevinMarks] A .sql file is a program. Using that for transfer is giving remote execution privilege directly to something you download without it having to do code injection. Most SQL exports start by deleting the target table before recreating it which is going to break production for you. (what you normally want to do is to import to an alternative table, and swap the names over atomically afterwards). TSV or CSV is how you normally share larger
