Skip to content

Commit f9d5ebf

Browse files
Merge pull request #20 from microsoft/tpellissier-msft-patch-1
Revise README title and description
2 parents 515cf52 + 18b92a0 commit f9d5ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Dataverse SDK (Python) — Proof of Concept
1+
# Dataverse SDK for Python
22

3-
A minimal Python SDK to use Microsoft Dataverse as a database for Azure AI Foundry–style apps.
3+
A Python package allowing developers to connect to Dataverse environments for DDL / DML operations.
44

55
- Read (SQL) — Execute constrained read-only SQL via the Dataverse Web API `?sql=` parameter. Returns `list[dict]`.
66
- OData CRUD — Unified methods `create(entity, record|records)`, `update(entity, id|ids, patch|patches)`, `delete(entity, id|ids)` plus `get` / `get_multiple`.

0 commit comments

Comments
 (0)