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 7b9509f commit 49b0506Copy full SHA for 49b0506
README.md
@@ -95,6 +95,7 @@ Based on the installation path above.
95
96
```js
97
import { db } from './store'
98
+
99
db.tasks.add({ title: 'New Task' }).then(
100
db.tasks.where('$deleted').notEqual(1).reverse().sortBy('$created').then(console.log)
101
)
0 commit comments