On 9 Aug 2014, at 12:18pm, Levente Kovacs <[email protected]> wrote:

> I mean... is SQLite designed to support the move of the sqlite file?

Yes.  If the database was closed properly, all your data is in one file.  
SQLite does not care where file is: you can move it from one folder or disk to 
another without problems.

> What if
> a new version of the library comes out? Will it be able to read older
> version of database?

SQLite 3 was introduced ten years ago.  The current version of SQLite 3 can 
read/write files made using SQLite 3.0.0 in 2004.  There are no plans to change 
this until SQLite 4 comes out, some time in the misty future, at which time 
SQLite 3 will still be available.

The opposite is not true: SQLite 3.0.0 cannot read many files made by SQLite 
3.8.5.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to