Details
-
Suggestion
-
Resolution: Won't Do
-
P4: Low
-
None
-
None
-
None
Description
SQLite has a simple API to backup database. SQLite Online Backup API.
Please add support for it to Qt.
What I want to be able is to make a copy of my database file to another file. It's not safe to just copy file, because it can become corrupt. So this API should be used instead.