josephbergevin/codebook-md

languages: add mysql as a supported language

Closed this issue · 1 comments

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.

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"
},