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