mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
docs: update caching docs
Now that emacsql handles choosing an appropriate backend/connector, we do not need to provide these instructions. If there are issues, emacsql has good error messages that tell the user what they need to do to get things working. In general: - If the user is on Emacs >= 29, emacsql will use the built-in sqlite functionality that comes with Emacs. - If the user is on Emacs < 29, emacsql will use a module-based connector that requires the user to have certain libraries available on their machine. emacsql will tell the user what is needed if they do not have it already. Ref: #2486 Close: #2502 Close: #2415
This commit is contained in:
Reference in New Issue
Block a user