An open API service indexing awesome lists of open source software.

https://github.com/sureshsundriyal/pysqlitebkup

A simple python class that exposes the sqlite3 backup APIs.
https://github.com/sureshsundriyal/pysqlitebkup

backup python python3 sqlite sqlite3

Last synced: 3 months ago
JSON representation

A simple python class that exposes the sqlite3 backup APIs.

Awesome Lists containing this project

README

          

A pure Python library that exposes the sqlite3 online backup
APIs (http://www.sqlite.org/backup.html) using the ctypes interface.