Skip to content

MakeDbOptions

MakeDbOptions = object

Defined in: index.ts:21

optional clientId: string

Defined in: index.ts:34

android/ios id (see https://docs.expo.dev/versions/latest/sdk/application)

optional sessionId: string

Defined in: index.ts:36

'static'

optional storage: object

Defined in: index.ts:23

optional subDirectory: 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


optional sync: SyncOptions

Defined in: index.ts:22