SqlitePersistenceConfig constructor
SqlitePersistenceConfig({})
Implementation
SqlitePersistenceConfig({
required this.storagePath,
String? backendMarkerPath,
this.enableAccessLog = true,
this.enableNotificationKeystore = true,
this.enableCommitLog = true,
}) : backendMarkerPath =
backendMarkerPath ?? p.join(storagePath, '.persistence_backend');