forked from SOCI/soci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (49 loc) · 1.51 KB
/
mkdocs.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
site_name: SOCI (master)
site_description: SOCI - The C++ Database Access Library
repo_url: https://github.com/SOCI/soci/
copyright: Copyright © 2017 <a href="https://github.com/msobczak">Maciej Sobczak</a> and <a href="http://soci.sourceforge.net/people.html">SOCI Team</a>.
nav:
- Home: index.md
- Overview:
- Getting Started: quickstart.md
- Installation: installation.md
- Library Structure: structure.md
- License: license.md
- FAQ: faq.md
- User Guide:
- Connections: connections.md
- Queries: queries.md
- Data Binding: binding.md
- Data Indicators: indicators.md
- Data Types: types.md
- LOBs: lobs.md
- Statements: statements.md
- Transactions: transactions.md
- Procedures: procedures.md
- Errors: errors.md
- Logging: logging.md
- Interfaces: interfaces.md
- Backends:
- Features: backends/index.md
- DB2: backends/db2.md
- Firebird: backends/firebird.md
- MySQL: backends/mysql.md
- ODBC: backends/odbc.md
- Oracle: backends/oracle.md
- PostgreSQL: backends/postgresql.md
- SQLite3: backends/sqlite3.md
- Miscellaneous:
- Beyond SQL: beyond.md
- Multi-threading: multithreading.md
- Boost: boost.md
- Utilities: utilities.md
- Vagrant: vagrant.md
- API:
- Client API: api/client.md
- Backend API: api/backend.md
- Ada:
- languages/ada/index.md
- languages/ada/concepts.md
- languages/ada/idioms.md
- languages/ada/reference.md
#theme: readthedocs