TLSqliteOutputValue
See source codePossible output value types returned from SQLite queries. Includes all input types plus Uint8Array for BLOB columns.
type TLSqliteOutputValue = bigint | null | number | string | Uint8ArrayPrev
TLSqliteInputValueNext
TLSqliteRow