Skip to content

Commit 50a9148

Browse files
author
Peng Ren
committed
Update README
1 parent f345efa commit 50a9148

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pip install -e .
7575
- [Using DictCursor for Dictionary Results](#using-dictcursor-for-dictionary-results)
7676
- [Cursor vs DictCursor](#cursor-vs-dictcursor)
7777
- [Query with Parameters](#query-with-parameters)
78-
- [Supported SQL Features](#supported-query-features)
78+
- [Supported SQL Features](#supported-sql-features)
7979
- [SELECT Statements](#select-statements)
8080
- [WHERE Clauses](#where-clauses)
8181
- [Nested Field Support](#nested-field-support)
@@ -451,14 +451,8 @@ This allows seamless integration between MongoDB data and Superset's BI capabili
451451

452452
**Note**: PyMongoSQL currently supports DQL (Data Query Language) and DML (Data Manipulation Language) operations. The following SQL features are **not yet supported** but are planned for future releases:
453453

454-
- **DDL Operations** (Data Definition Language)
455-
- `CREATE TABLE/COLLECTION`, `DROP TABLE/COLLECTION`
456-
- `CREATE INDEX`, `DROP INDEX`
457-
- `LIST TABLES/COLLECTIONS`
458-
- `ALTER TABLE/COLLECTION`
459454
- **Advanced DML Operations**
460-
- `MERGE`, `UPSERT`
461-
- Transactions and multi-document operations
455+
- `REPLACE`, `MERGE`, `UPSERT`
462456

463457
These features are on our development roadmap and contributions are welcome!
464458

0 commit comments

Comments
 (0)