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:
@ -80,7 +80,9 @@
|
||||
(require 'magit-section)
|
||||
|
||||
(require 'emacsql)
|
||||
;; emacsql-sqlite provides an interface to a chosen emacsql SQLite backend (e.g. emacs-sqlite-builtin)
|
||||
;; REVIEW: is this require needed?
|
||||
;; emacsql-sqlite provides a common interface to an emacsql SQLite backend (e.g. emacs-sqlite-builtin)
|
||||
;; not to be confused with a backend itself named emacsql-sqlite that existed in emacsql < 4.0.
|
||||
(require 'emacsql-sqlite)
|
||||
|
||||
(require 'org)
|
||||
|
Reference in New Issue
Block a user