Variable: sql-password
sql-password is a customizable variable defined in sql.el.gz.
Value
""
Documentation
Default password.
If you customize this, the value will be stored in your init file. Since that is a plaintext file, this could be dangerous.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defcustom sql-password ""
"Default password.
If you customize this, the value will be stored in your init
file. Since that is a plaintext file, this could be dangerous."
:type 'string
:risky t)