Skip to content

MakeDbOptions

MakeDbOptions: object

Defined in: index.ts:26

Type declaration

clientId?

optional clientId: string

Default

'expo'

sessionId?

optional sessionId: string

Default

'expo'

storage?

optional storage: object

storage.subDirectory?

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

sync?

optional sync: SyncOptions