Returns the current version-control schema version from Rust.
This is the single source of truth for the schema version number,
generated from schema/duc.sql (PRAGMA user_version) at build time.
The version control system handles migration bookkeeping automatically
on the next checkpoint or delta creation.
Returns the current version-control schema version from Rust.
This is the single source of truth for the schema version number, generated from
schema/duc.sql(PRAGMA user_version) at build time. The version control system handles migration bookkeeping automatically on the next checkpoint or delta creation.