Can someone explain the behavioral differences of the following shell commands?
.backup ?DB? FILE Backup DB (default "main") to FILE .clone NEWDB Clone data into NEWDB from the existing database .save FILE Write in-memory database into FILE They all seem to create a new db from the db currently active. (.backup can optionally copy an attached db but in the default case, is it different?) Thank you. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

