mirror of
https://github.com/SOCI/soci.git
synced 2026-01-05 20:50:30 -06:00
Remove separate mention of Maciej, he is already prominently present on the team page too.
52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
site_name: SOCI (master)
|
|
site_description: SOCI - The C++ Database Access Library
|
|
repo_url: https://github.com/SOCI/soci/
|
|
copyright: Copyright © 2017-2025 <a href="https://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
|