Skip to content

Commit

Permalink
Cloud 732 (#28)
Browse files Browse the repository at this point in the history
* reduce sleep from 50ms to 5

* fix naming in meta.json
  • Loading branch information
Jayko001 authored May 17, 2024
1 parent ef91bfc commit c197ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c197ef8

Please sign in to comment.