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")