소스 검색

mention ob-sqlite in the comments of ob-sql

* lisp/ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
Eric Schulte 13 년 전
부모
커밋
e744db1ad1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/ob-sql.el

+ 1 - 0
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