vfox 2026.5.9

Interface to vfox plugins
Documentation
--- Plugin metadata for mise/vfox integration
PLUGIN = {}

--- Plugin name
PLUGIN.name = "clickhouse"

--- Plugin version (SemVer)
PLUGIN.version = "0.1.0"

--- Plugin description
PLUGIN.description = "ClickHouse - fast open-source column-oriented database management system"

--- Minimum vfox version required
PLUGIN.minRuntimeVersion = "0.3.0"

--- Repository URL
PLUGIN.repository = "https://github.com/mise-plugins/vfox-clickhouse"

--- Tool homepage
PLUGIN.homepage = "https://clickhouse.com"

--- License
PLUGIN.license = "Apache-2.0"

--- Notes about this plugin
PLUGIN.notes = "Installs the ClickHouse server and client binaries."