Skip to content

@sqlrooms/app-runtime / HtmlAppRuntimeQueryState

Type Alias: HtmlAppRuntimeQueryState

HtmlAppRuntimeQueryState = object

Properties

db?

optional db?: object

NameType
sqlSelectToJson()?(sql) => Promise<{ error: boolean; }>
connectors?{ runQuery?: (request) => Promise<{ jsonData?: Iterable<Record<string, unknown>>; }>; }