From d528fb1689e8e3c00557af57455c892d3c813b15 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 15 Oct 2018 10:04:49 -0400 Subject: org headings & tags, minor --- org/output_sqlite.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'org/output_sqlite.org') diff --git a/org/output_sqlite.org b/org/output_sqlite.org index e456fe7..ae1eb6d 100644 --- a/org/output_sqlite.org +++ b/org/output_sqlite.org @@ -1,6 +1,6 @@ #+TITLE: doc_reform output sqlite #+DESCRIPTION: documents - structuring, publishing in multiple formats & search -#+FILETAGS: :doc_reform:output:sqlite: +#+FILETAGS: :doc_reform:output:db:sql:sqlite: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] #+LANGUAGE: en @@ -17,7 +17,7 @@ - [[./output_hub.org][output_hub]] * sql -** 0. module, templates +** 0. module, templates :module: *** hub **** collection @@ -263,7 +263,7 @@ template SQLiteDbDrop() { } #+END_SRC -** 1. [#A] sqlite_db_statement +** 1. [#A] sqlite_db_statement :statement: *** collection #+name: sqlite_db_statement_composite_collection @@ -1333,7 +1333,7 @@ foreach (part; doc_matters.xml.keys_seq.sql) { return _insert_doc_objects.join.to!(char[]).toUTF8; #+END_SRC -** 5. SQL statements +** 5. SQL statements :statement: *** drop index and tables **** DROP INDEX IF EXISTS -- cgit v1.2.3