AttachmentServiceImpl
open class AttachmentServiceImpl(db: PowerSyncDatabase, tableName: String, logger: Logger, maxArchivedCount: Long) : AttachmentService(source)
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.