MakeDbOptions
MakeDbOptions =
object
Defined in: index.ts:21
Properties
Section titled “Properties”clientId?
Section titled “clientId?”
optionalclientId:string
Defined in: index.ts:34
Default
Section titled “Default”android/ios id (see https://docs.expo.dev/versions/latest/sdk/application)sessionId?
Section titled “sessionId?”
optionalsessionId:string
Defined in: index.ts:36
Default
Section titled “Default”'static'storage?
Section titled “storage?”
optionalstorage:object
Defined in: index.ts:23
subDirectory?
Section titled “subDirectory?”
optionalsubDirectory:string
Relative to expo-sqlite’s default directory
Example of a resulting path for subDirectory: 'my-app':
/data/Containers/Data/Application/<APP_UUID>/Documents/ExponentExperienceData/@<USERNAME>/<APPNAME>/SQLite/my-app/<STORE_ID>/livestore-eventlog@3.db
optionalsync:SyncOptions
Defined in: index.ts:22