On Friday, 1 November, 2019 16:04, Thomas Kurtz wrote:

> The database schema is not a secret. If it helps, I can post it, that's
> no problem. Is it enough to run ".dump" on a database without data?

Just run ".schema" or ".schema --indent" which will output only the schema 
definitions and not the data (if any).  The extra --indent will attempt to 
format the output so it is more readable if you didn't format the SQL for 
readability when creating the database.

-- 
The fact that there's a Highway to Hell but only a Stairway to Heaven says a 
lot about anticipated traffic volume.



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to