On Jun 5, 2018, at 9:46 AM, Stephen Chrzanowski <pontia...@gmail.com> wrote:
> 
> I'm *DREAMING* for a way to allow for an application level notification
> system that when a write to the database is performed from anywhere

It’s usually better to say what problem you’re trying to solve rather than 
specify the form the solution must be in.  Here, I think you should be asking 
if there is a way to have a distributed SQLite database with laggy 
synchronization.

And indeed, that wheel has already been invented many times:

    http://bedrockdb.com/
    https://github.com/rqlite/rqlite
    https://github.com/CanonicalLtd/dqlite    

Hopefully you can just use one of these and not reinvent this wheel yet again.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to