You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watching changes in read-only transaction
Previously Marmot only relied on simple file watching in order to
capture changes. This was problematic with tools like PocketBase
that would cause no changes to show up and rely on polling to
capture any changes that were not reflected in DB or WAL. By
starting read transaction SQLite will enforce the WAL
changes to be reflected in watch events.