deno.com

method Session.changeset

#Session.changeset(): Uint8Array

Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times. An exception is thrown if the database or the session is not open. This method is a wrapper around sqlite3session_changeset().

Return Type #

Uint8Array

Binary changeset that can be applied to other databases.