Skip to main content

build_recovered_db

Function build_recovered_db 

Source
pub fn build_recovered_db(rows: &[RebuildRow]) -> Vec<u8> 
Expand description

Build the bytes of a valid single-table SQLite database holding every RebuildRow as a row of recovered_records. See the module docs for the schema and the bulk-load / overflow guarantees.

This is the zero-fragment path: byte-identical to build_recovered_db_with_fragments called with None.