Skip to content

Database structure

Justin Forest edited this page May 23, 2025 · 2 revisions

Currently, the only supported database is SQLite. The schema is defined in this file.

The following tables are being used:

Tables

uploads

This table contains records of source files received from the user. Each file has a unique id, which is also the name of the file in the local file system. These files aren't used anywhere directly, but they are used for creating tree photos by submitting an upload id.

Clone this wiki locally