The first one. It sends notifications at the library level after mutator queries complete their tran...
j
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
Does this imply that reactive queries will not emit a value if another sql library writes to the file?
j
Yes
k
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
The current implementation hasn't changed, but it could enable a driver to implement a different notification mechanism in the future
k
Thanks for explanation