Google Android SQLite Temporary Database Format
SQLite
Ads

File with a .DB-WAL extension contains a WAL registry (Write-Ahead Log), generated automatically by a SQLite database (since the 3.7.0. version). It is a temporary file used in the process of storing all the modifications that are to be performed on a database, before they are implemented.

DB-WAL files are used by a database program, usually supporting regular light, built in databases, for instance in mobile applications or PCs. It is the alternative for the “rollback journal” database modification scheme. DB-WAL files, or the DB-SHM files can be encountered in the catalogue of an application using SQLite.

Windows
Mac OS
Linux
Android

.abs Absolute Database Single-file Database Format
.accdb Microsoft Access 2007/2010 Database Format
.accdc Microsoft Access 2007/2010 Digitally Signed Database Format
.accde Microsoft Access 2007/2010 Compiled Execute Only Format
.accdr Microsoft Access 2007/2010 Runtime Mode Database Format
.accdt Microsoft Access 2007/2010 Database Template Format
.accdw Microsoft Access Link Format
.accft Microsoft Access Template Format

Last updated

.mmf 04/13/2023
.mup 04/13/2023
.itl 04/13/2023
.scs 04/10/2023
.crypt 04/10/2023
.pnp 04/10/2023
.tap 04/10/2023
.btr 04/03/2023