Re: [sqlite] Unclear about some shell command differences

2019-05-24 Thread Richard Hipp
On 5/24/19, Tony Papadimitriou wrote: > Can someone explain the behavioral differences of the following shell > commands? > > .backup ?DB? FILEBackup DB (default "main") to FILE > .clone NEWDB Clone data into NEWDB from the existing database > .save FILE Write

[sqlite] Unclear about some shell command differences

2019-05-24 Thread Tony Papadimitriou
Can someone explain the behavioral differences of the following shell commands? .backup ?DB? FILEBackup 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