Mget
Bun

method

sqlite.SQLTagStore.get

stringElements: TemplateStringsArray,
...boundParameters: SQLInputValue[]
): undefined | Record<string, SQLOutputValue>;

Executes the given SQL query and returns the first resulting row as an object.

Referenced types

type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView
type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array