On Apr 4, 2018, at 8:01 AM, Pavel Cernohorsky <pavel.cernohor...@appeartv.com> 
wrote:
> 
> Hello, does anybody know if there is some possibility to not have WAL file as 
> a normal file on the disk, but only in memory?

Why turn on WAL mode at all, then?

Are you maybe using a SQLite setup where WAL is enabled by default?  If so, 
it’s easy to disable it:

    https://sqlite.org/pragma.html#pragma_journal_mode

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to