From c197ef854e7c7ee17c038c5f572ae8e19abae47d Mon Sep 17 00:00:00 2001 From: Jay Kothari Date: Fri, 17 May 2024 14:08:26 +0530 Subject: [PATCH] Cloud 732 (#28) * reduce sleep from 50ms to 5 * fix naming in meta.json --- META.json.in | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/META.json.in b/META.json.in index 5edd61c..e1fe12b 100644 --- a/META.json.in +++ b/META.json.in @@ -8,7 +8,7 @@ ], "license": "postgresql", "provides": { - "orb_fdw": { + "clerk_fdw": { "abstract": "A foreign data wrapper for Clerk", "file": "src/lib.rs", "docfile": "README.md", diff --git a/README.md b/README.md index e2190c6..0ba655a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a simple open-source data wrapper that bridges the gap between your Postgres database and [Clerk](https://clerk.com/) a leading user management solution. For more info, check out the [blog post](https://tembo.io/blog/clerk-fdw/)! [![Static Badge](https://img.shields.io/badge/%40tembo-community?logo=slack&label=slack)](https://join.slack.com/t/tembocommunity/shared_invite/zt-20dtnhcmo-pLNV7_Aobi50TdTLpfQ~EQ) -[![PGXN version](https://badge.fury.io/pg/orb_fdw.svg)](https://pgxn.org/dist/clerk_fdw/) +[![PGXN version](https://badge.fury.io/pg/clerk_fdw.svg)](https://pgxn.org/dist/clerk_fdw/) ### Prerequisites - have the v0.2.7 of `clerk_fdw` extension enabled in your instance