diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 3f7882c99..68bd95af9 100644 --- a/lisp/ob-sql.el +++ b/lisp/ob-sql.el @@ -24,6 +24,7 @@ ;;; Commentary: ;; Org-Babel support for evaluating sql source code. +;; (see also ob-sqlite.el) ;; ;; SQL is somewhat unique in that there are many different engines for ;; the evaluation of sql (Mysql, PostgreSQL, etc...), so much of this