Hi all, Sqlite Archive files are a format similar to archive but using Sqlite database as an underlying format. See https://sqlite.org/sqlar.html for details. Included is a patch for archive-mode that adds a backend utilising the sqlite3 cli utility for inspecting and editing sqlar files. The code includes a set of unit tests as well as an example sqlar file. Happy to hear feedback on the addition. Thanks -- Regards, Vladimir Kazanov