10 ms·
> I only wish there was a way to open an http-fetched SQLite database from memory so I don't have to write it to disk first. The sqlite3_deserialize() interfac
by SQLite 7y ago
> I only wish there was a way to open an http-fetched SQLite database from memory so I don't have to write it to disk first.
The sqlite3_deserialize() interface was created for this very purpose. https://www.sqlite.org/c3ref/deserialize.html https://www.sqlite.org/c3ref/deserialize.html
- deleted 7y ago[deleted]