Docs updated and corrected a type in the space weather window

This commit is contained in:
Marco Dalla Tiezza
2024-05-30 18:25:18 +02:00
parent 2a70e42a59
commit e2a48e7a54
22 changed files with 414 additions and 185 deletions

28
docs/database/db_info.md Normal file
View File

@@ -0,0 +1,28 @@
# Info
This is the database meta table and contains 4 columns explained below.
## NAME
`TEXT`
This is the name of the database.
## DATA
`TEXT`
The creation date when the database has been initialised.
## VERSION
`INTEGER`
A simple integer to denote the database version.
## EDITABLE
`INTEGER`
This field should serve as a writing protection on the database.
* **0**: read-only database
* **1**: database can be edited with no restrictions
!!! example "Experimental"
This feature is experimental and not yet implemented.