On 1 Aug 2019, at 11:32pm, Randall Smith <[email protected]> wrote:
> My question is: Can I have 10 or whatever slaves ATTACHed to the same master
> at the same the time (that is, constantly ATTACHed while he slave is open),
> in the same spirit as having 10 database connections open to the master all
> the time? Or do I need to set up and tear down individual ATTACHments as
> part of each sync operation?
It should not be a problem to have 10 attached databases on the same
connection. SQLite was designed to do this without problems.
In case you didn't know, there's a command of the form
INSERT INTO tableA SELECT * FROM tableB
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users