Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
A simple python class that exposes the sqlite3 backup APIs.
- Host: GitHub
- URL: https://github.com/sureshsundriyal/pysqlitebkup
- Owner: sureshsundriyal
- License: cc0-1.0
- Created: 2015-11-18T12:00:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T09:17:10.000Z (about 9 years ago)
- Last Synced: 2023-08-05T00:23:51.985Z (over 1 year ago)
- Topics: backup, python, python3, sqlite, sqlite3
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.