From 09d64b22903c3e947f3020526f600cac48d8bbdb Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Wed, 13 Aug 2025 12:55:56 +0300 Subject: [PATCH] docs/manual: Drop redundant section place-holder There's already a section on SQL query language. --- docs/manual.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/manual.md b/docs/manual.md index 69be0d7a9..e0735b816 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -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