pub const PRAGMA_USER_VERSION: &str = "user_version";Expand description
SQLite PRAGMA name carrying the on-disk schema-version sentinel.
Public on-disk surface per dev/interfaces/wire.md § Schema-version
sentinel; advanced by successful migrations per dev/design/migrations.md.