1 min read 21 words Updated Sep 24, 2026 Created Sep 24, 2026
#SQL#sqlite

Dumping will create a SQL-file format for backing up your entire database.

sqlite> .output <your-filename>
sqlite> .dump
sqlite> .exit