API reference › @evolu/common › Sqlite › SqliteValue
type SqliteValue = string | number | Uint8Array<ArrayBufferLike> | null;
Defined in: packages/common/src/Sqlite.ts:93
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.