SQLite Forum

sqlar : how to remove files
Login
You seem to be correct there isn't a command to remove a file from the archive, but can use the SQL DELETE command to delete files from an archive, by typing a SQL command at the `sqlite>` prompt, such as: `delete from sqlar where name='db.sqlar';`