emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ob-sql src blocks with a totally custom engine


From: Ag Ibragimov
Subject: ob-sql src blocks with a totally custom engine
Date: Tue, 16 Jun 2020 13:35:48 -0700
User-agent: mu4e 1.4.10; emacs 28.0.50

Is it possible to have source code SQL blocks that are processed with a custom 
command line tool?
e.g. how can I make something like this to work:

#+begin_src sql :cmdline "osqueryi --json"
 select * from processes limit 5;
#+end_src

For those who don't know what osquery is, here's a quote from https://osquery.io: 
"Osquery uses basic SQL commands to leverage a relational data-model to describe a 
device."

I vaguely remember there was a way to basically "pipe" entire code block to be 
executed in a given cmd line tool, but I am struggling to find how to do that. There's a 
way, right? But even then, I think it requires the code block to be of sh-mode of 
shell-mode, but I want it to be SQL because osquery uses SQL.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]