TLSyncSqliteWrapperConfig

See source code
Table of contents

Configuration for SQLiteSyncStorage.

interface TLSyncSqliteWrapperConfig {}

Properties

tablePrefix

optional

Prefix for all table names (default: ''). E.g. 'sync_' creates tables 'sync_documents', 'sync_tombstones', 'sync_metadata'

tablePrefix?: string

Prev
TLSyncSqliteWrapper
Next
TLSyncStorage