Home sqlite-user_version
Post
Cancel

sqlite-user_version

Doc

PRAGMA schema.user_version; PRAGMA schema.user_version =integer;

The user_version pragma will to get or set the value of the user-version integer at offset 60 in the database header.

The user-version is an integer that is available to applications to use however they want. SQLite makes no use of the user-version itself.

This post is licensed under CC BY 4.0 by the author.