pub fn write_value(w: impl Write, v: ValueRef<'_>) -> Result<(), Error>Expand description
Dump a single rusqlite::ValueRef in textual format.
The output syntax is a sqlite3 value expression, in UTF-8.
This utility method is exposed for completeness;
callers using Archiver do not need it.