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.

FileFormatSizeWhat it catches
truncated.sqliteSQLite5.9 KBThe same database cut off in the middle of the second page, so the header still looks correct but the data pages are incomplete.
users.sqliteSQLite8.0 KBA genuinely valid SQLite 3 database with one table (users) and 10 rows, written byte-by-byte from source so the file is reproducible.

← All test files