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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ A Python client library for Microsoft Dataverse that provides a unified interfac
22
22
-[Examples](#examples)
23
23
-[Quick start](#quick-start)
24
24
-[Basic CRUD operations](#basic-crud-operations)
25
-
-[Batch operations](#batch-operations)
25
+
-[Bulk operations](#bulk-operations)
26
26
-[Query data](#query-data)
27
27
-[Table management](#table-management)
28
28
-[File operations](#file-operations)
@@ -32,7 +32,7 @@ A Python client library for Microsoft Dataverse that provides a unified interfac
32
32
33
33
## Key features
34
34
35
-
-**🔄 CRUD Operations**: Create, read, update, and delete records with support for batch operations and automatic retry
35
+
-**🔄 CRUD Operations**: Create, read, update, and delete records with support for bulk operations and automatic retry
36
36
-**⚡ True Bulk Operations**: Automatically uses Dataverse's native `CreateMultiple`, `UpdateMultiple`, and `BulkDelete` Web API operations for maximum performance and transactional integrity
37
37
-**📊 SQL Queries**: Execute read-only SQL queries via the Dataverse Web API `?sql=` parameter
38
38
-**🏗️ Table Management**: Create, inspect, and delete custom tables and columns programmatically
@@ -101,7 +101,7 @@ The SDK provides a simple, pythonic interface for Dataverse operations:
101
101
|**DataverseClient**| Main entry point for all operations with environment connection |
102
102
|**Records**| Dataverse records represented as Python dictionaries with logical field names |
103
103
|**Logical Names**| Use table logical names (`"account"`) and column logical names (`"name"`) |
104
-
|**Batch Operations**| Efficient batch processing for multiple records with automatic optimization |
104
+
|**Bulk Operations**| Efficient bulk processing for multiple records with automatic optimization |
105
105
|**Paging**| Automatic handling of large result sets with iterators |
106
106
|**Structured Errors**| Detailed exception hierarchy with retry guidance and diagnostic information |
0 commit comments