On Fri, 7 Apr 2017, Warren Young wrote:
None of that solve the core problems you identified which make Dropbox a poor choice for sharing a SQLite DB over the Internet.
It seems like there should not be a problem if sqlite's backup mechanism is always used to produce the database shared with the Internet rather than exposing the live database to Dropbox. This still assumes that the database is only updated at one point or there is some way to assure that the database is only updated from one computer at a time and the file is backed up to Dropbox before another computer accesses it.
Bob -- Bob Friesenhahn [email protected], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

