Cumulusmx.db (preserving history): Difference between revisions

m
typo
(Rewritten for MX release 3.21.0)
m (typo)
Line 15: Line 15:
This file holds a SQLite3 database. Databases of this type are based on sequential file design, i.e. each row in the database table is sequenced by when created (new rows are only appended on end), and given a sequential number to act as primary key (numbers are not automatically revised when a row is deleted).
This file holds a SQLite3 database. Databases of this type are based on sequential file design, i.e. each row in the database table is sequenced by when created (new rows are only appended on end), and given a sequential number to act as primary key (numbers are not automatically revised when a row is deleted).


The MX [[weather diary]] also uses a SQLite3 database stored in [[diary.db]].
The MX [[Weather Diary]] also uses a SQLite3 database stored in [[diary.db]].


== Reading/editing database table outside MX ==
== Reading/editing database table outside MX ==
5,838

edits