Update SQL_FEATURE_PLAN.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Chris Lu
2025-09-03 21:55:12 -07:00
committed by GitHub
co-authored by gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
parent 5adea57224
commit 623a278a0f
+1 -1
View File
@@ -14,7 +14,7 @@ To provide a full-featured SQL interface for SeaweedFS, treating schematized MQ
**2. Key Features**
* **Schema-tized Topic Management (Priority 1):**
* **Schematized Topic Management (Priority 1):**
* `SHOW DATABASES` - List all MQ namespaces
* `SHOW TABLES` - List all topics in a namespace
* `CREATE TABLE topic_name (field1 INT, field2 STRING, ...)` - Create new MQ topic with schema