TLSqliteInputValue

See source code

Valid input value types for SQLite query parameters. These are the types that can be passed as bindings to prepared statements.

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