@photostructure/sqlite
    Preparing search index...

    Interface SessionOptions

    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.