TeXnicard card database
From Just Solve the File Format Problem
(Difference between revisions)
(SQLite based file formats) |
|||
Line 12: | Line 12: | ||
== Identification == | == Identification == | ||
The application ID stored in the database header is 1778603844. | The application ID stored in the database header is 1778603844. | ||
+ | |||
+ | The database contains tables named "CARDS", "SYSTEM_VARS", and "USER_VARS". It may contain additional tables/views/triggers/indexes as well. | ||
== See also == | == See also == | ||
* [[TeXnicard template]] | * [[TeXnicard template]] |
Revision as of 02:15, 25 January 2020
A TeXnicard (also written "TEXnicard") card database is a SQLite database containing the data of the card set.
No extension is required or suggested by the software, but the author is currently using the .db extension.
Identification
The application ID stored in the database header is 1778603844.
The database contains tables named "CARDS", "SYSTEM_VARS", and "USER_VARS". It may contain additional tables/views/triggers/indexes as well.