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.
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
We will add support for dependencies later.