SQLite

From Bitmessage Wiki
Revision as of 08:58, 25 June 2013 by AyrA (talk | contribs) (→‎More Information: added link to SQLite open source software)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SQLite is the open source database format used for messages.dat. It is a type of file based SQL database, that runs without a server.

Features

Some features worth mentioning:

  • Supports most common SQL commands.
  • All tables are stored in a single file.
  • No server required.
  • Open format.

More Information

More Informations are available at the SQLite home page. The structure of the messages.dat file can be found here. The SQLite Database Browser can be used to view and edit the database.