Function: sql-comint-mariadb

sql-comint-mariadb is a byte-compiled function defined in sql.el.gz.

Signature

(sql-comint-mariadb PRODUCT OPTIONS &optional BUF-NAME)

Documentation

Create comint buffer and connect to MariaDB.

Use the MySQL comint driver since the two are compatible.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sql.el.gz
(defun sql-comint-mariadb (product options &optional buf-name)
  "Create comint buffer and connect to MariaDB.

Use the MySQL comint driver since the two are compatible."
  (sql-comint-mysql product options buf-name))