AttachmentServiceImpl
open class AttachmentServiceImpl(db: PowerSyncDatabase, tableName: String, logger: Logger, maxArchivedCount: Long) : AttachmentService
Default implementation of AttachmentService.
This class provides the standard logic for interacting with local attachment records. Users can extend this class to customize the behavior for their specific use cases.