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:
Dustin Farris
2025-02-18 09:22:30 -08:00
parent 888b5d1a67
commit 0037daaf3e
4 changed files with 11 additions and 82 deletions

View File

@ -153,9 +153,8 @@ dependencies. These include:
- dash
- f
- s
- org (9.4 is the minimal required version!)
- org (9.6 is the minimum required version!)
- emacsql
- emacsql-sqlite
- magit-section
- filenotify-recursive