FileInfo.comFileInfo.com
# A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

.DB-WAL File Extension

NEW: Run a free scan for .DB-WAL file extension errors.

Generic Icon
File TypeSQLite Database Write-Ahead Log File
DeveloperSQLite
Popularity
2 stars
CategoryDatabase Files
File Format Description

Temporary database file created by SQLite 3.7.0 or later, a compact database program commonly embedded into mobile and desktop applications; saves write-ahead log (WAL) information for the database; automatically created and managed by the database.

Since SQLite is a popular embedded database technology, you may see DB-WAL, .DB-SHM, and other temporary database files with applications that use SQLite.

NOTE: In an SQLite write-ahead logging scheme, all database modifications are written to the DB-WAL file before being committed to the database. WAL was introduced as an alternative scheme to SQLite's default "rollback journal" policy.

Program(s) that open .DB-WAL files
Mac OS X Logo
Mac OS
Icon SQLite
Windows Logo
Windows
Icon SQLite
Linux Logo
Linux
Icon SQLite
Updated 9/11/2012