Create an empty sqlite db

Uses the VACUUM command to create a valid empty SQLite database file.

Authored by: emkey08
Brought to you by Warp, a free terminal reimagined to work like a modern app.
db_filepath

Command
Copy
sqlite3 {db_filepath} "VACUUM;"
Tags