Re: ob-sql src blocks with a totally custom engine

2020-06-16 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ag Ibragimov writes: > 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 processe

ob-sql src blocks with a totally custom engine

2020-06-16 Thread Ag Ibragimov
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