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
Add readonly parameter to Farchive for lock-free reading
- Add readonly=True flag to Farchive.__init__
- In readonly mode: use URI ?mode=ro, skip schema init, no writes
- Allows concurrent readers even when writer holds lock
- Fixes 'database is locked' errors in consumer projects
0 commit comments