Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 18 days 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.