Is it plausible to store ui view .json data in an sqlite3 database?
Some ideas I have for this are:
- Multiple views could be redistributed this way
- Loading views from a database rather than a ui file may be a plus
Atop ui views, I am really thinking of a way to use sqlite3 to distribute many things like code from one iPad with Pythonista installed to another. Or I could host this database somewhere and have Pythonista users access it. I understand sqlite3 may not be the best tool for the job since it is usually used for local storage, but I am interested in using it for a project.
Any comments on these ideas?