ChemPal Documentation - v1.6.0
    Preparing search index...

    Everything a migration step needs to reshape cached data. The db handle is the untyped connection from getMigrationDb() — its store names are plain string and its records are unknown, so a step can read old-shaped or renamed records without type assertions. Use logger for progress/diagnostics.

    interface MigrationContext {
        db: IDBPDatabase;
        logger: Logger;
    }
    Index

    Properties

    Properties

    db: IDBPDatabase
    logger: Logger