SQLite Database Journal
SQLite Development Team
Ads

DB-JOURNAL is a log file format used by SQLite database engine. DB-JOURNAL file is generated by SQLite for each database transaction as a temporary data storage.

DB-JOURNAL allow database to rollback its state to the previous one in case of application failure while executing a transaction or sudden power failure. DB-JOURNAL files are thus means of preserving database integrity.

.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