steckerhalter πŸ‡¨πŸ‡­ πŸ₯ β˜• is a user on mastodon.social. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.

#MySQL command line client displays sql results in #OrgMode compatible format. 😍

steckerhalter πŸ‡¨πŸ‡­ πŸ₯ β˜• @steckerhalter

@stefan

#+BEGIN_SRC emacs-lisp
(require 'ob-sql)
(setq dbpw "password")
#+END_SRC
#+BEGIN_SRC sql :engine mysql :database db :dbhost localhost :dbuser root :dbpassword (print dbpw) :exports results :cmdline --protocol=tcp
show databases
#+END_SRC

Β· Web Β· 1 Β· 2