We now support mysql. (At least we're heading in that direction)

This commit is contained in:
Éibhear Ó hAnluain 2019-05-23 16:07:53 +01:00
parent 5e06cd91e2
commit 01b98343d2

View file

@ -483,7 +483,7 @@ This is the item whose information is displayed in the information window.")
(defvar enode-current-connection-type nil
"The current connection type: 'oracle, 'mysql, etc.")
(defvar enode-supported-connection-types '(oracle)
(defvar enode-supported-connection-types '(oracle mysql)
"The current connection type: 'oracle, 'mysql, etc.")
(defvar enode-current-connection nil