From 96bc49924091126646c545b567252f3916ba0caf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 18 Dec 2018 19:38:22 -0800 Subject: first draft --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c31ae4d..7fafc49 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ An un-inventively named quick script to process markdown documents, executing in-line SQL statements against a sqlite database. + +You write a markdown file with code tagged `sql`, then run this script against +it, along with a local sqlite3 database file, and you get HTML output with the +query results in table form. Sort of like a crude/simple jupyter notebook. + +Requires the python package `mistune`. Try something like: + + # debian/ubuntu + sudo apt install python3-mistune + + # elsewhere + sudo pip3 install mistune -- cgit v1.2.3