Skip to content

Commit c1e1991

Browse files
committed
docs: highlight native Dataverse bulk operations as key feature
- Added 'True Bulk Operations' as prominent key feature - Emphasizes automatic use of CreateMultiple, UpdateMultiple, and BulkDelete Web API operations - Highlights performance benefits and transactional integrity - Differentiates SDK from simple loop-based implementations - Users get enterprise-grade bulk performance transparently when passing lists
1 parent a7aa32f commit c1e1991

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ A Python client library for Microsoft Dataverse that provides a unified interfac
3333
## Key features
3434

3535
- **🔄 CRUD Operations**: Create, read, update, and delete records with support for batch operations and automatic retry
36+
- **⚡ True Bulk Operations**: Automatically uses Dataverse's native `CreateMultiple`, `UpdateMultiple`, and `BulkDelete` Web API operations for maximum performance and transactional integrity
3637
- **📊 SQL Queries**: Execute read-only SQL queries via the Dataverse Web API `?sql=` parameter
3738
- **🏗️ Table Management**: Create, inspect, and delete custom tables and columns programmatically
3839
- **📎 File Operations**: Upload files to Dataverse file columns with automatic chunking for large files

0 commit comments

Comments
 (0)