Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
chore: Add link to supabase-kt repo in prep to archive the repo. (#15)
Browse files Browse the repository at this point in the history
* Add link to supabase-kt repo

* make the message more descriptive

* Update README.md

Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com>

---------

Co-authored-by: Kevin Grüneberg <k.grueneberg1994@gmail.com>
  • Loading branch information
dshukertjr and kevcodez authored Nov 1, 2023
1 parent b696edb commit a1f0beb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Kotlin Client for PostgREST

> **Warning**
> This repository is archived. Use [supabase-kt](https://github.com/supabase-community/supabase-kt) instead to use Supabase in your Kotlin projects.
Kotlin JVM client for [PostgREST](https://postgrest.org/)

![Java CI with Gradle](https://img.shields.io/github/workflow/status/supabase/postgrest-kt/Java%20CI%20with%20Gradle?label=BUILD&style=for-the-badge)
Expand Down Expand Up @@ -218,4 +221,4 @@ val postgrestClient = PostgrestClient(
httpClient = customHttpClient(),
jsonConverter = customConverter()
)
```
```

0 comments on commit a1f0beb

Please sign in to comment.