XYO Platform SDK - v3.10.6
    Preparing search index...

    Type Alias LmdbArchivistConfig<TStoreName>

    LmdbArchivistConfig: ArchivistConfig<
        {
            clearStoreOnStart?: boolean;
            dbName?: string;
            location?: string;
            schema: LmdbArchivistConfigSchema;
            storeName?: TStoreName;
        },
    >

    Type Parameters

    • TStoreName extends string = string