sdk update

This commit is contained in:
root
2026-03-03 08:26:18 +00:00
parent 74a4d6b079
commit 3d783ddcaf
164 changed files with 8021 additions and 7849 deletions
@@ -13,5 +13,6 @@ DocumentList result = await databases.listDocuments(
queries: [], // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false, // optional
ttl: 0, // optional
);
```
+1
View File
@@ -13,5 +13,6 @@ RowList result = await tablesDB.listRows(
queries: [], // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false, // optional
ttl: 0, // optional
);
```