Single function that allows to copy content of one sqlite3 database to another one. You can use this for example for loading and dumping in memory database (:memory:) into a file (alternative to the ...
I used homebrew to install/upgrade sqlite3 (the database, not the python library), and I want to build a Python 3 using the newer sqlite3 by homebrew instead of the ...