SQLite prefixes its temp files with `etilqs_`
Summary
SQLite prefixes its temporary files with etilqs_ (sqlite spelled backward) to avoid antivirus-related issues, a historical quirk explained alongside VACUUM behavior. The post references the SQLite source and Turso (a Rust rewrite), providing a behind-the-scenes look at database maintenance and file naming.