-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mehedi Hasan edited this page Jul 21, 2021
·
7 revisions
Welcome to the laravel-dynamodb wiki!
| Feature (Query Builder) | Status |
|---|---|
| Get Item Batch | ✔️ |
| Batch Get Item Async | ❌ |
| Put Item Batch | ✔️ |
| Delete Item Batch | ✔️ |
| Batch Write Item Async | ❌ |
| Database table prefix | ✔️ |
| Get Item | ✔️ |
| Get Item Async | ❌ |
| Pagination | ❌ |
| 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 | ✔️ |
| Chunk | ✔️ |