Miranda NG SQLite database driver

From Miranda NG
Plugin:Dbx sqlite
Jump to navigation Jump to search
Other languages:
Miranda NG SQLite database driver

Filename Dbx_sqlite.dll
Author Miranda NG team
Download links
Stable version: 32-bit, 64-bit
Development version: 32-bit, 64-bit

Provides Miranda database support: global settings, contacts, history, settings per contact.

Based on SQLite library.

Note
When content is deleted from an unencrypted SQLite database, the content is not usually erased but rather the space used to hold the content is marked as being available for reuse. This can allow deleted content to be recovered by a hacker or by forensic analysis. Running Main menu → Database → Compact database will clean the database of all traces of deleted content, thus preventing an adversary from recovering deleted content.