diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-10-15 10:04:49 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | d528fb1689e8e3c00557af57455c892d3c813b15 (patch) | |
tree | 6ca3437ec90573f34309da2729a5ecf2c17eba0c /org/output_sqlite.org | |
parent | 0.2.0 renames pod from sisupod (diff) |
org headings & tags, minordoc-reform_v0.2.0
Diffstat (limited to 'org/output_sqlite.org')
-rw-r--r-- | org/output_sqlite.org | 8 |
1 files changed, 4 insertions, 4 deletions
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 |