[Python-Dev] Supporting native backup facility of SQLite
Paul Moore
p.f.moore at gmail.com
Mon Jul 11 05:58:24 EDT 2016
More information about the Python-Dev mailing list
Mon Jul 11 05:58:24 EDT 2016
- Previous message (by thread): [Python-Dev] Supporting native backup facility of SQLite
- Next message (by thread): [Python-Dev] Supporting native backup facility of SQLite
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11 July 2016 at 10:51, Lele Gaifax <lele at 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
- Previous message (by thread): [Python-Dev] Supporting native backup facility of SQLite
- Next message (by thread): [Python-Dev] Supporting native backup facility of SQLite
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list