Skip to content

Commit 47db582

Browse files
committed
Update readme to mention dbstat
1 parent 2637b8e commit 47db582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use SQLite in your project, add `pod 'sqlite3'` to your Podfile. However, as
3535
- [Spellfix1](https://www.sqlite.org/spellfix1.html): `pod 'sqlite3/spellfix1'`
3636
- [STAT4 Enhanced ANALYZE and query planner](https://sqlite.org/compile.html#enable_stat4): `pod 'sqlite3/stat4'`
3737
- [Unlock-Notify API](https://www.sqlite.org/unlock_notify.html): `pod 'sqlite3/unlock_notify'`
38-
38+
- [DBSTAT](https://www.sqlite.org/dbstat.html): `pod 'sqlite3/dbstatvtab'`
3939

4040
## License
4141

0 commit comments

Comments
 (0)