Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptPilot committed Feb 27, 2024
2 parents 7d33fa6 + 399fa21 commit 98f3189
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ Based on the installation path above.
export db
```
3. Run `npm run dev` and let the magic begin.
3. Use the database according to the [Dexie.js documentation](https://dexie.org/), example `src/main.js` file:
Use the database according to the [Dexie.js documentation](https://dexie.org/).
```js
import { db } from './store'
db.tasks.toArray().then(console.log)
```
## Function Details
Expand Down

0 comments on commit 98f3189

Please sign in to comment.