You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- renamed `queries` directory to `statements`.
- renamed `queries.md` -> `statements.md`.
- rename `simple.md` -> `unprepared.md`
Apart from that, I adjusted the documentation to use the new terminology.
Copy file name to clipboardExpand all lines: docs/source/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ Although optimized for Scylla, the driver is also compatible with [Apache Cassan
12
12
13
13
14
14
## Contents
15
-
*[Quick start](quickstart/quickstart.md) - Setting up a Rust project using `scylla-rust-driver` and running a few queries
15
+
*[Quick start](quickstart/quickstart.md) - Setting up a Rust project using `scylla-rust-driver` and executing a few CQL statements
16
16
*[Migration guides](migration-guides/migration-guides.md) - How to update the code that used an older version of this driver
17
17
*[Connecting to the cluster](connecting/connecting.md) - Configuring a connection to scylla cluster
18
-
*[Making queries](queries/queries.md) - Making different types of queries (simple, prepared, batch, paged)
19
-
*[Execution profiles](execution-profiles/execution-profiles.md) - Grouping query execution configuration options together and switching them all at once
18
+
*[CQL statement execution](statements/statements.md) - Executing different types of CQL statement (simple, prepared, batch, paged)
19
+
*[Execution profiles](execution-profiles/execution-profiles.md) - Grouping statement execution configuration options together and switching them all at once
20
20
*[Data Types](data-types/data-types.md) - How to use various column data types
0 commit comments