pub const LOCK_SUFFIX: &str = ".lock";Expand description
Suffix of the sidecar lock file (<db-name>.sqlite.lock).
Per dev/design/bindings.md § 7, this sidecar flock is the load-bearing
cross-process exclusion layer; it surfaces lock contention before SQLite
I/O begins.