TLSqliteOutputValue

See source code

Possible output value types returned from SQLite queries. Includes all input types plus Uint8Array for BLOB columns.

type TLSqliteOutputValue = bigint | null | number | string | Uint8Array
Prev
TLSqliteInputValue
Next
TLSqliteRow