Skip to content

Commit

Permalink
Update readme to mention dbstat
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Jun 13, 2024
1 parent 2637b8e commit 47db582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use SQLite in your project, add `pod 'sqlite3'` to your Podfile. However, as
- [Spellfix1](https://www.sqlite.org/spellfix1.html): `pod 'sqlite3/spellfix1'`
- [STAT4 Enhanced ANALYZE and query planner](https://sqlite.org/compile.html#enable_stat4): `pod 'sqlite3/stat4'`
- [Unlock-Notify API](https://www.sqlite.org/unlock_notify.html): `pod 'sqlite3/unlock_notify'`

- [DBSTAT](https://www.sqlite.org/dbstat.html): `pod 'sqlite3/dbstatvtab'`

## License

Expand Down

0 comments on commit 47db582

Please sign in to comment.