Files
Artemis/docs/db_info.md
Marco Dalla Tiezza 528c816508 Artemis 4 RC1
2024-05-28 22:40:45 +02:00

534 B

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.