Get the latest tech news

How to corrupt an SQLite database file


An SQLite database is highly resistant to corruption. If an application crash, or an operating-system crash, or even a power failure occurs in the middle of a transaction, the partially written transaction should be automatically rolled back the next time the database file is accessed.

None

Get the Android app

Or read this on Hacker News

Read more on:

Photo of SQLite database file

SQLite database file