* fix: rewrite relative URLs when syncing to GitHub discussion Relative URLs back to supabse.com won't work in GitHub discussions, so rewrite them back to absolute URLs starting with https://supabase.com * fix: replace all supabase urls with relative urls * chore: add linting for relative urls * chore: bump linter version * Prettier --------- Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>
28 lines
2.5 KiB
Plaintext
28 lines
2.5 KiB
Plaintext
---
|
|
id: 'client-libs'
|
|
title: 'Client Libraries'
|
|
description: 'Supabase provides several client libraries for the REST and Realtime APIs.'
|
|
video: 'https://www.youtube.com/v/7CqlTU9aOR4'
|
|
---
|
|
|
|
Supabase provides client libraries for the REST and Realtime APIs. Some libraries are officially supported, and some are contributed by the community.
|
|
|
|
## Official libraries
|
|
|
|
| `Language` | `Source Code` | `Documentation` |
|
|
| --------------------- | ---------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
|
|
| Javascript/Typescript | [supabase-js](https://github.com/supabase/supabase-js) | [Docs](/docs/reference/javascript/introduction) |
|
|
| Dart/Flutter | [supabase-flutter](https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter) | [Docs](/docs/reference/dart/introduction) |
|
|
| Swift | [supabase-swift](https://github.com/supabase/supabase-swift) | [Docs](/docs/reference/swift/introduction) |
|
|
| Python | [supabase-py](https://github.com/supabase/supabase-py) | [Docs](/docs/reference/python/initializing) |
|
|
|
|
## Community libraries
|
|
|
|
| `Language` | `Source Code` | `Documentation` |
|
|
| ----------------------- | -------------------------------------------------------------------------------- | ------------------------------------------- |
|
|
| C# | [supabase-csharp](https://github.com/supabase-community/supabase-csharp) | [Docs](/docs/reference/csharp/introduction) |
|
|
| Go | [supabase-go](https://github.com/supabase-community/supabase-go) | |
|
|
| Kotlin | [supabase-kt](https://github.com/supabase-community/supabase-kt) | [Docs](/docs/reference/kotlin/introduction) |
|
|
| Ruby | [supabase-rb](https://github.com/supabase-community/supabase-rb) | |
|
|
| Godot Engine (GDScript) | [supabase-gdscript](https://github.com/supabase-community/godot-engine.supabase) | |
|