On 11 July 2016 at 10:51, Lele Gaifax <l...@metapensiero.it> wrote: > as I'm going to have a need to use the native `online backup API`__ provided > by SQLite, I looked around for existing solutions and found `sqlitebck`__. > > I somewhat dislike the approach taken by that 3rd party module, and I wonder > if the API should/could be exposed by the standard library sqlite module > instead. > > Another option would be using ctypes, but as I never used it, I dunno how easy > it is to maintain compatibility between different OSes...
There's also apsw (https://github.com/rogerbinns/apsw), which appears to support backup - http://rogerbinns.github.io/apsw/backup.html. Paul _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com