diff abstract method
Diff appends the difference between two tables (srcDB and the session DB) to the session. The two tables must have the same name and schema. https://www.sqlite.org/session/sqlite3session_diff.html
Implementation
void diff(String fromDb, String table);