| I invented a remote virtual table protocol (and an implementation of a client as a SQLite extension), and I think, can be use for many kind of remote data, such as weather, movie times, and many other kind of stuff. You can then make backups, incremental updates, joined queries (even with local data and with other remote sources), etc. For many purpose, can be better than webpage, I think. Unfortunately it does not implement the secure connection yet (although you could use a proxy, or tcpcrypt if your operating system supports that). UNIX domain sockets and internet (version 4 and 6) can be used. |