Previous: Installing from the Git Repository, Up: Installation [Contents]
Org-roam uses emacsql-sqlite3, which requires sqlite3 to be located on
exec-path. Please ensure that sqlite3 is installed appropriately on your
operating system. You can verify that this is the case by executing:
(executable-find "sqlite3")
If you have sqlite3 installed, and executable-find still reports nil, then
it is likely that the path to the executable is not a member of the Emacs
variable exec-path. You may rectify this by manually adding the path within
your Emacs configuration:
(add-to-list 'exec-path "path/to/sqlite3")