5,838
edits
(Rewritten for MX release 3.21.0) |
m (typo) |
||
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 [[
== Reading/editing database table outside MX ==
|
edits