We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe337ef commit 86d9b2cCopy full SHA for 86d9b2c
README.md
@@ -20,10 +20,10 @@ Supports all key types - primary hash key and composite keys.
20
* [Conditions](#conditions)
21
* [all() and first()](#all-and-first)
22
* [Pagination](#pagination)
23
- * [Update](#update) / [updateAsync()](#updateasync)
24
- * [Save](#save) / [saveAsync()](#saveasync)
25
- * [Delete](#delete) / [deleteAsync()](#deleteasync)
26
- * [Chunk](#chunk)
+ * [update](#update) / [updateAsync()](#updateasync)
+ * [save](#save) / [saveAsync()](#saveasync)
+ * [delete](#delete) / [deleteAsync()](#deleteasync)
+ * [chunk](#chunk)
27
* [limit() and take()](#limit-and-take)
28
* [firstOrFail()](#firstorfail)
29
* [findOrFail()](#findorfail)
0 commit comments