From f066daac9f97bc5051716bce6afa0c80b20a18fc Mon Sep 17 00:00:00 2001 From: Jon Udell Date: Mon, 11 Dec 2023 20:03:10 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f02c5de9..5f0f6084 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Steampipe Postgres FDW + ## Overview The Steampipe Postgres Foreign Data Wrapper (FDW) is a Postgres extension that translates APIs to foreign tables. It does not directly interface with external systems, but instead relies on plugins to implement API- or provider-specific code that returns data in a standard format via gRPC. See the [Writing Plugins](https://steampipe.io/docs/develop/writing-plugins) guide to get started writing Steampipe plugins.