Type Alias LmdbArchivistConfig<TStoreName>

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

Type Parameters

  • TStoreName extends string = string