method Session.patchset
#Session.patchset(): Uint8Array
Similar to the method above, but generates a more compact patchset. See
Changesets and Patchsets
in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a
wrapper around
sqlite3session_patchset()
.
Return Type #
Uint8Array
Binary patchset that can be applied to other databases.