SQLite Forum

Extract files from sqlar with a directory prepended
Login
See [](https://sqlite.org/cli.html#sqlite_archive_support), particularly the `-C` option. You also probably want to use the dry-run (`-n`) option to see the SQL queries that do the actual extraction.