Hacker News new | ask | show | jobs
by nh2 290 days ago
> Not true. In its default configuration, SQLite is durable.

Could you explain why this is?

I have quoted above the documentation that suggests it's not durable (summarising: DEELTE is the default, and DELETE appears only durable in EXTRA mode which is not a default).

This is also supported by the comment in the SQLite forum: https://sqlite.org/forum/forumpost/8d7e2aae21a261f2

Thanks!