On 5/13/18, Abroży Nieprzełoży <abrozynieprzelozy314...@gmail.com> 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
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to