languages: add mysql as a supported language
Closed this issue · 1 comments
josephbergevin commented
MySQL can already be executed from a Notebook cell with an extension that supports it. But, we'll be adding the ability for the user to execute sql and have the result print out in the output cell.
josephbergevin commented
Out of the gate, we can just support the following config:
"codebook-md.sql": {
"execCmdFull": "mycli --host=$VT_H -P $VT_PT -u $VT_U -p $VT_P -e"
},