From ff60bd3024eeb3d9450cf0e9d1a4be1f1570a7c4 Mon Sep 17 00:00:00 2001 From: Jay Kothari Date: Tue, 23 Apr 2024 14:18:38 -0400 Subject: [PATCH] add trunk toml file (#19) --- Trunk.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Trunk.toml 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"