TLSyncSqliteWrapperConfig
See source codeTable 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?: stringPrev
TLSyncSqliteWrapperNext
TLSyncStorage