From efcea3a80da7c4479d5fe168435ecc9fd06bdc72 Mon Sep 17 00:00:00 2001 From: John Turner Date: Sun, 14 Sep 2025 00:16:10 -0400 Subject: Squashed 'subprojects/boost-sqlite/' content from commit 3378e35 git-subtree-dir: subprojects/boost-sqlite git-subtree-split: 3378e353705271e569cf4ba15c467b840a39798c --- doc/index.adoc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 doc/index.adoc (limited to 'doc/index.adoc') diff --git a/doc/index.adoc b/doc/index.adoc new file mode 100644 index 0000000..1ec5ec7 --- /dev/null +++ b/doc/index.adoc @@ -0,0 +1,28 @@ += Documentation boost.sqlite +Klemens Morgenstern +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[] -- cgit v1.2.3