On Sep 18, 2012, at 1:05 PM, Marcus Ilgner <[email protected]> wrote: >> Considering this, and according to your experience, what's the best >> sqlite-friendly way to check for the version of a database schema? >> > > You could use the user_version pragma (don't use schema_version) to > store this information. > See http://www.sqlite.org/pragma.html#pragma_schema_version
user_version , seconded. And you could as well use Semantic Versioning while you are at it: http://semver.org/ _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

