-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mehedi Hasan edited this page Jul 18, 2021
·
7 revisions
Welcome to the laravel-dynamodb wiki!
Feature (Query Builder) | Status |
---|---|
Batch Get Item | ❌ |
Batch Get Item Async | ❌ |
Batch Write Item | ❌ |
Batch Write Item Async | ❌ |
Database table prefix | ✔️ |
Get Item | ✔️ |
Get Item Async | ❌ |
Insert | ✔️ |
Insert Async | ❌ |
Update (add, set, remove, delete) | ✔️ |
Update Async (add, set, remove, delete) | ❌ |
Delete | ✔️ |
Delete Async | ❌ |
Query | ✔️ |
Query Async | ❌ |
Limit | ✔️ |
Scan | ✔️ |
Scan Async | ❌ |
Filter | ✔️ |
Or Filter | ✔️ |
Database table prefix | ✔️ |
Key Condition | ✔️ |
Key Condition Between | ✔️ |
Key Condition Begins With | ✔️ |
Consistent Read | ✔️ |
Condition Expression | ✔️ |
Atomic Counter (increment, decrement) | ✔️ |
Projection Expression | ✔️ |
Raw Expression | ✔️ |
Exclusive Start Key | ❌ |