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.
- Host: GitHub
- URL: https://github.com/sureshsundriyal/pysqlitebkup
- Owner: sureshsundriyal
- License: cc0-1.0
- Created: 2015-11-18T12:00:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T09:17:10.000Z (over 10 years ago)
- Last Synced: 2025-10-11T11:42:36.932Z (9 months 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.