SQLite Forum

sqlar and the sqlite3 tcl interface
Login
You will need to load the [sqlar.c extension][1] and then use it to access or
create an SQLAR file.  The only documentation is in comments in the source
file, or some vague hints at
<https://www.sqlite.org/cli.html#_sql_used_to_implement_sqlite_archive_operations_>

[1]: src:/file/ext/misc/sqlar.c