SQLite Forum

Disable File IO
Login

Disable File IO

(1) By anonymous on 2021-06-17 15:43:09 [link] [source]

Hi, Is there a way to disable file IO completely and only use the in-memory capabilities when building for a platform that does not support it?

(2) By Richard Hipp (drh) on 2021-06-17 16:20:41 in reply to 1 [link] [source]

The -DSQLITE_OMIT_DISKIO option has not been maintained and no longer appears to be working. However, you can probably fix it up and get it to work again.

If you don't want to do that yourself and you have budget, you can perhaps engage the SQLite developers to do necessary fixes for you.

(3) By anonymous on 2021-06-17 16:43:23 in reply to 2 [source]

Thanks for the reply. I don't really might fixing it.