From 7c83ebca41882f0dbe2665fb6c4e482dbd4d2270 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 3 Oct 2025 09:35:57 +0300 Subject: [PATCH] docs: Document more CLI command line options --- docs/manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual.md b/docs/manual.md index dfbf5c757..4f29b097a 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -149,7 +149,9 @@ The SQL shell supports the following command line options: | `-h`, `--help` | Print help | | `-V`, `--version` | Print version | | `--mcp` | Start a MCP server instead of the interactive shell | -| `--experimental-mvcc` | Enable experimental MVCC feature. **Note:** the feature is not production ready so do not use it for critical data right now. | +| `--experimental-encryption` | Enable experimental encryption at rest feature. **Note:** the feature is not production ready so do not use it for critical data right now. | +| `--experimental-mvcc` | Enable experimental MVCC feature. **Note:** the feature is not production ready so do not use it for critical data right now. | +| `--experimental-strict` | Enable experimental strict schema feature. **Note**: the feature is not production ready so do not use it for critical data right now. | | `--experimental-views` | Enable experimental views feature. **Note**: the feature is not production ready so do not use it for critical data right now. | ## Transactions