(dolist (var list &optional (result nil)) &body body &environment env)
(defun dump-db () (dolist (cd *db*) (format t "~{~a:~10t~a~%~}~%" cd)))