@photostructure/sqlite
    Preparing search index...

    Interface Session

    interface Session {
        changeset(): Uint8Array;
        close(): void;
        patchset(): Uint8Array;
    }
    Index

    Methods

    • Generate a changeset containing all changes recorded by the session.

      Returns Uint8Array

      A Uint8Array containing the changeset data.

    • Close the session and release its resources.

      Returns void

    • Generate a patchset containing all changes recorded by the session.

      Returns Uint8Array

      A Uint8Array containing the patchset data.