feather-rs/website

Plugin repository tables

Opened this issue · 0 comments

Plugin repository

We need to define tables for the plugin repository, we should minimize sequential table scans. Feel free to use triggers to efficient aggregate data.

Tables

  • plugins
  • plugin_owners
  • plugin_versions
  • plugin_authors
  • plugin_categories
  • plugin_verion_files
  • plugin_version_daily_downloads

We will add support for dependencies later.