From e530b479e11c343b58c9414fe6d1430bfc8b88e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Mirg=C3=BCn=20ERCAN?= Date: Wed, 19 Jun 2024 20:37:16 +0300 Subject: [PATCH] readme: add contributors badge for readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9f50aed..13f8439 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,6 @@ func main() { } ``` -- select(): https://supabase.com/docs/reference/javascript/select -- insert(): https://supabase.com/docs/reference/javascript/insert -- update(): https://supabase.com/docs/reference/javascript/update -- upsert(): https://supabase.com/docs/reference/javascript/upsert -- delete(): https://supabase.com/docs/reference/javascript/delete - ## Testing Some tests are implemented to run against mocked Postgrest endpoints. Optionally, tests can be run against an actual Postgrest instance by setting a `POSTGREST_URL` environment variable to the fully-qualified URL to a Postgrest instance, and, optionally, an `API_KEY` environment variable (if, for example, testing against a local Supabase instance). @@ -59,6 +53,12 @@ To run all tests: ```bash go test ./... ``` +## Package made possible through the efforts of: + + + + +Made with [contrib.rocks](https://contrib.rocks). ## License