docs/manual: Drop redundant section place-holder

There's already a section on SQL query language.
This commit is contained in:
Pekka Enberg
2025-08-13 12:55:56 +03:00
parent c942239a5a
commit 09d64b2290

View File

@@ -33,7 +33,6 @@ Welcome to Turso database manual!
* [`sqlite_column`](#sqlite3_column)
* [WAL manipulation](#wal-manipulation)
* [`libsql_wal_frame_count`](#libsql_wal_frame_count)
* [SQL Commands](#sql-commands)
* [Appendix A: Turso Internals](#appendix-a-turso-internals)
* [Frontend](#frontend)
* [Parser](#parser)
@@ -485,8 +484,6 @@ in the `p_frame_count` parameter.
* The `p_frame_count` must be a valid pointer to a `u32` that will store the
* number of frames in the WAL file.
## SQL Commands
## Appendix A: Turso Internals
Turso's architecture resembles SQLite's but differs primarily in its