UNPKG

@libsql/hrana-client

Version:

Hrana client for connecting to sqld over HTTP or WebSocket

9 lines (8 loc) 232 B
export function describeResultFromProto(result) { return { paramNames: result.params.map((p) => p.name), columns: result.cols, isExplain: result.isExplain, isReadonly: result.isReadonly, }; }