Test files › Databases
Sample Databases test files
2 free databases test files for QA and developers: truncated.sqlite, users.sqlite. Each with a published SHA-256.
| File | Format | Size | What it catches |
truncated.sqlite | SQLite | 5.9 KB | The same database cut off in the middle of the second page, so the header still looks correct but the data pages are incomplete. |
users.sqlite | SQLite | 8.0 KB | A genuinely valid SQLite 3 database with one table (users) and 10 rows, written byte-by-byte from source so the file is reproducible. |