ZhaoYu

Results 1 comments of ZhaoYu

I use DatabasePool. Every `ValueObservation.tracking` I use costs more time than the old version of GRDB. Here is the code: ``` appInfoCancelable?.cancel() chainInfoCancelable?.cancel() let appInfoObserveation = ValueObservation.tracking(AppInfoModel .filter(AppInfoModel.Columns.id == appId)...