@photostructure/sqlite
    Preparing search index...

    Interface SessionOptions

    Configuration options for creating SQLite sessions. Used with DatabaseSync.createSession() to track database changes.

    interface SessionOptions {
        db?: string;
        table?: string;
    }
    Index

    Properties

    Properties

    db?: string

    The database name.

    "main"
    
    table?: string

    The table to track changes for. If omitted, all tables are tracked.