API Reference / @evolu/common / Sqlite / SqliteValue

Variable: SqliteValue

const SqliteValue: UnionType<[Type<"Null", null, null, NullError, null, NullError>, Type<"String", string, string, StringError, string, StringError>, Type<"Number", number, number, NumberError, number, NumberError>, Type<"Uint8Array", Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>, Uint8ArrayError, Uint8Array<ArrayBufferLike>, Uint8ArrayError>]>;

Defined in: packages/common/src/Sqlite.ts:83

A value that can be stored in Sqlite.

Note that Evolu can't support Int64 because expo-sqlite (and some others) do not support it.

Was this page helpful?