Currently when clicking download button only the file with .dbcan be downloaded which is not enough.
This PR will compress all DB files the name started with xxx.db to a zip file to download.
The issue mentioned in #194 #137
Sample app tested passed.
Currently when clicking download button only the file with
.db
can be downloaded which is not enough. This PR will compress all DB files the name started with xxx.db to a zip file to download. The issue mentioned in #194 #137 Sample app tested passed.