Splits bytes into rows that fit the record cap.
Refuses a chunk size at or over the cap rather than letting SQLite reject the write halfway through a snapshot, which would leave a partial image that looks storable.
Splits bytes into rows that fit the record cap.
Refuses a chunk size at or over the cap rather than letting SQLite reject the write halfway through a snapshot, which would leave a partial image that looks storable.