SQLite Forum

API to get / set memory DB?
Login

API to get / set memory DB?

(1) By ddevienne on 2020-03-27 16:07:55 [source]

Hi. I can't seem to find the APIs to get a memory DB as a buffer,
and restore a memory DB from a buffer. Either it's not in
Func List or I'm not seeing it, and I also don't see it in Extensions.

sqlite3_snapshot-* is something else I think. Where are those please? TIA

(2) By Richard Hipp (drh) on 2020-03-27 16:11:20 in reply to 1 [link] [source]

(3) By ddevienne on 2020-03-27 16:28:03 in reply to 2 [link] [source]

Thanks! I did miss them, they are listed in the Function List, silly me.