Skip to content

SqlIngestManifest

SQLite-backed manifest. On Cloudflare, pass the Durable Object’s createSqlExecutor(ctx.storage.sql) from @kuralle-agents/cf-agent; the manifest then survives hibernation alongside the session state.

new SqlIngestManifest(options): SqlIngestManifest;
Parameter Type

options

SqlIngestManifestOptions

SqlIngestManifest

load(indexName): Promise<
| IngestManifestData
| undefined>;
Parameter Type

indexName

string

Promise< | IngestManifestData | undefined>

IngestManifest.load


save(indexName, data): Promise<void>;
Parameter Type

indexName

string

data

IngestManifestData

Promise<void>

IngestManifest.save