SQLite Forum

Lua db:close deletes WAL file
Login
Are you sure your "app" and your "lua script" are actually running in truly separate processes, and not just separate threads?

Are you sure that your "app" and your "lua script" are calling the same sqlite library? Maybe one is hard linked and the other is using the "installed" library.