The first one. It sends notifications at the library level after mutator queries complete their transactions. It does not use -level triggers or anything.
🙏 1
l
Landry Norris
08/31/2022, 1:14 PM
Does this imply that reactive queries will not emit a value if another sql library writes to the file?
j
jw
08/31/2022, 1:15 PM
Yes
k
KamilH
08/31/2022, 1:31 PM
What about SqlDelight 2.0? I had seen this change:
Copy code
[Runtime] Switch to driver-implemented query notifications.
and I thought that this might change something about implementation
d
Derek Ellis
09/01/2022, 12:57 AM
The current implementation hasn't changed, but it could enable a driver to implement a different notification mechanism in the future