mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-14 04:24:20 +01:00
docs/manual: Drop redundant section place-holder
There's already a section on SQL query language.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user