MCPcopy Create free account
hub / github.com/porsager/postgres / array

Method array

deno/types/index.d.ts:697–697  ·  view source on GitHub ↗
(value: T, type?: number | undefined)

Source from the content-addressed store, hash-verified

695 notify(channel: string, payload: string): PendingRequest;
696
697 array<T extends SerializableParameter<TTypes[keyof TTypes]>[] = SerializableParameter<TTypes[keyof TTypes]>[]>(value: T, type?: number | undefined): ArrayParameter<T>;
698 file<T extends readonly any[] = Row[]>(path: string | Buffer | URL | number, options?: { cache?: boolean | undefined } | undefined): PendingQuery<T>;
699 file<T extends readonly any[] = Row[]>(path: string | Buffer | URL | number, args: (ParameterOrJSON<TTypes[keyof TTypes]>)[], options?: { cache?: boolean | undefined } | undefined): PendingQuery<T>;
700 json(value: JSONValue): Parameter;

Callers 3

index.jsFile · 0.65
index.jsFile · 0.65
index.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected