summaryrefslogtreecommitdiff
path: root/subprojects/boost-sqlite/doc/index.adoc
blob: 1ec5ec71d93f23eeab16255b63bcf1483bda64e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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[]