summaryrefslogtreecommitdiff
path: root/subprojects/boost-sqlite/doc/index.adoc
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-14 00:16:10 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-14 00:16:10 -0400
commit13e0821fd783a1d5083d825af53cf20e8dcbfd76 (patch)
tree1ea363b0f13b3e87d177100e6ae6b9f30a2de1b8 /subprojects/boost-sqlite/doc/index.adoc
parentaa55cb93036a89c64c08e08f4e1de4fa1fd5a775 (diff)
parentefcea3a80da7c4479d5fe168435ecc9fd06bdc72 (diff)
downloadsqlite-kv-bench-13e0821fd783a1d5083d825af53cf20e8dcbfd76.tar.gz
Merge commit 'efcea3a80da7c4479d5fe168435ecc9fd06bdc72' as 'subprojects/boost-sqlite'
Diffstat (limited to 'subprojects/boost-sqlite/doc/index.adoc')
-rw-r--r--subprojects/boost-sqlite/doc/index.adoc28
1 files changed, 28 insertions, 0 deletions
diff --git a/subprojects/boost-sqlite/doc/index.adoc b/subprojects/boost-sqlite/doc/index.adoc
new file mode 100644
index 0000000..1ec5ec7
--- /dev/null
+++ b/subprojects/boost-sqlite/doc/index.adoc
@@ -0,0 +1,28 @@
+= Documentation boost.sqlite
+Klemens Morgenstern <klemens.morgenstern@gmx.net>
+Version 1.0, 23.11.2024
+:source-highlighter: rouge
+:toc: left
+:toclevels: 4
+:icons: font
+:idprefix:
+:docinfo: private-footer
+:source-highlighter: rouge
+:source-language: c++
+:example-caption: Example
+:coderay-linenums-mode: inline
+
+:leveloffset: +1
+
+= Introduction
+
+This small C+\+-14 library, extending the excellent sqlite API for C++.
+It sticks as close as possible to the sqlite API, but adopts thing like errors or ranges.
+
+It is therefore highly recommended to study the https://www.sqlite.org/docs.html[sqlite documentation].
+
+include::tutorial.adoc[]
+include::functions.adoc[]
+include::extensions.adoc[]
+include::vtable.adoc[]
+include::reference.adoc[]