### What do you need? I am trying to build a sync system with op-sqlite and I am happy with it thanks to executeBatch Nevertheless, when sync runs and update my database, I can't have updated data directly because reactiveQueries are not called reactiveQueries ask for transaction and executeBatch runs in a transaction so I am wondering it it could be doable