Skip to content

Type Alias: DatabaseSummary

type DatabaseSummary = object;

Defined in: packages/sdk/src/index.ts:186

One DB row in a listDatabases response. pkLive is the publishable per-DB key used to inline into <nlq-data> snippets (SK-WEB-007); when null the surface falls back to the anonymous device’s pk_live (SK-ANON-006).

Property Type Description Defined in
createdAt number - packages/sdk/src/index.ts:200
displayName string Human-readable rendering of the dbId (e.g. orders tracker). The slug field stays for URL / technical contexts; displayName is what surfaces show in headers, the rail, and the create reply. packages/sdk/src/index.ts:192
engine Engine SK-DB-010 — the engine column on the row. Surfaces narrow on this when rendering badges or routing power-user run calls. packages/sdk/src/index.ts:197
id string - packages/sdk/src/index.ts:187
lastQueriedAt number | null - packages/sdk/src/index.ts:199
name? string - packages/sdk/src/index.ts:193
pkLive string | null - packages/sdk/src/index.ts:198
schemaName? string - packages/sdk/src/index.ts:194
slug string - packages/sdk/src/index.ts:188