Variable: org-roam-db-location

org-roam-db-location is a customizable variable defined in org-roam-db.el.

Value

"~/.emacs.d/org-roam.db"

Documentation

The path to file where the Org-roam database is stored.

It is the user's responsibility to set this correctly, especially when used with multiple Org-roam instances.

Source Code

;; Defined in ~/.emacs.d/elpa/org-roam-20260224.1637/org-roam-db.el
;;; Options
(defcustom org-roam-db-location (locate-user-emacs-file "org-roam.db")
  "The path to file where the Org-roam database is stored.

It is the user's responsibility to set this correctly, especially
when used with multiple Org-roam instances."
  :type 'string
  :group 'org-roam)