Skip to content

Commit 18b92a0

Browse files
Revise README title and description
Updated project title and description for clarity.
1 parent 515cf52 commit 18b92a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)