Say there is an application that relies on sqlite for its database needs, and that from a version onward it starts to use a different database schema. When faced with this type of change, it is always nice to have a way to infer if the application's database corresponds to the old schema in order to migrate it to the current format.

Considering this, and according to your experience, what's the best sqlite-friendly way to check for the version of a database schema?


Thanks in advance,
Rui Maciel
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to