Executes the given SQL query and returns the first resulting row as an object.
method
sqlite.SQLTagStore.get
Referenced types
type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView
type SQLOutputValue = null | number | bigint | string | NodeJS.NonSharedUint8Array