Org Babel code block to import an Org table into an in-memory SQLite DB to enable SQL queries on aforementioned table.
table
: Org table object The Org table object is referenced via the#+NAME
value assigned to the table. The table must have a header row identifying each column. This name value must be a SQL-legal name.table-name
: string Name oftable
in string form. It must be identical to the name of thetable
parameter above.