Speaking of backup, is there a reference implementation of dumping a SQLite DO's database in a strea

Speaking of backup, is there a reference implementation of dumping a SQLite DO's database in a streaming fashion? The implementations I've come across (albeit I wasn't really looking for it) all keep the dump in memory, which wouldn't work for large databases.
Was this page helpful?