On 19 Jun 2018, at 7:56pm, Richard Hipp <d...@sqlite.org> wrote:

> Poll the PRAGMA schema_version value and watch for changes.

This is the best way.  (I'm hardly likely to argue with DRH, am I ?)

However, it's a terrible way to communicate using a database system.  If you 
want two connections to communicate have one connection create a new row in an 
existing table, which the other can query.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to