Skip to content

Database Migration

The database migration is an upcoming refactor to TagStudio's library data storage system. The database will be migrated from a JSON-based one to a SQLite-based one. Part of this migration will include a reworked schema, which will allow for several new features and changes to how tags and fields operate.

Schema

Database Schema

alias Table

Description TBA

entry Table

Description TBA

entry_attribute Table

Description TBA

entry_page Table

Description TBA

location Table

Description TBA

tag Table

Description TBA

tag_relation Table

Description TBA

Resulting New Features and Changes