diff --git a/Trunk.toml b/Trunk.toml new file mode 100644 index 0000000..9c3af8c --- /dev/null +++ b/Trunk.toml @@ -0,0 +1,13 @@ +[extension] +name = "prometheus_fdw" +repository = "https://github.com/tembo-io/prometheus_fdw" +license = "PostgreSQL" +description = "Postgres Foreign Data Wrapper for Prometheus Data" +homepage = "https://github.com/tembo-io/prometheus_fdw" +documentation = "https://github.com/tembo-io/prometheus_fdw" +categories = ["connectors"] +version = "0.1.5" + +[build] +postgres_version = "15" +platform = "linux/amd64"