Dump sqlite schema into a .sql file

Dumbs the entire schema of a given SQLite database into a new file.

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

Command
Copy
sqlite3 db_filepath .schema > schema.sql
Tags