@@Sqlite_logo@@
SQLite
Date and time
Images
Indexes
Insert/update/replace
Profiling, debug and cleanup
- Database analytics
- get the first 10 tables using the most disk space
- see how efficiently the content of a table is stored on disk
- average fan-out for a table
- fraction of the pages in a database are sequential
- Profiler - Simple profiler for SQLite
- Performance tuning - Read, write
Select
Strings
Various