On 5/13/18, Abroży Nieprzełoży <[email protected]> wrote:
> Try to open N separate database connections (without shared cache) and
> load content using sqlite3_deserialize with
> SQLITE_DESERIALIZE_READONLY flag.
> http://www.sqlite.org/c3ref/deserialize.html
> SQLite won't copy data but use provided buffer so you won't have N
> copies of databse.

+1

This seems like the best solution proposed so far.  I wish I had been
the one to think of it :-)

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to