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
@@ -34,7 +35,7 @@ A Python client library for Microsoft Dataverse that provides a unified interfac
34
35
## Key features
35
36
36
37
-**🔄 CRUD Operations**: Create, read, update, and delete records with support for bulk operations and automatic retry
37
-
-**⚡ True Bulk Operations**: Automatically uses Dataverse's native `CreateMultiple`, `UpdateMultiple`, and `BulkDelete` Web API operations for maximum performance and transactional integrity
38
+
-**⚡ True Bulk Operations**: Automatically uses Dataverse's native `CreateMultiple`, `UpdateMultiple`, `UpsertMultiple`, and `BulkDelete` Web API operations for maximum performance and transactional integrity
38
39
-**📊 SQL Queries**: Execute read-only SQL queries via the Dataverse Web API `?sql=` parameter
39
40
-**🏗️ Table Management**: Create, inspect, and delete custom tables and columns programmatically
40
41
-**🔗 Relationship Management**: Create one-to-many and many-to-many relationships between tables with full metadata control
0 commit comments