Skip to content

Commit e3dfe3a

Browse files
Test change for PR
Fixed formatting issue in the README file.
1 parent fe72421 commit e3dfe3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dataverse SDK for Python
22

3-
A Python package allowing developers to connect to Dataverse environments for DDL / DML operations.
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(logical_name, record|records)`, `update(logical_name, id|ids, patch|patches)`, `delete(logical_name, id|ids)` plus `get` with record id or filters.

0 commit comments

Comments
 (0)