pub fn parse_into(bytes: &[u8], file: &Path, db: &mut Database) -> Result<()>
Parse a whole source file’s bytes into db, appending its records.
db