| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- export const CLIENT_LIBRARIES = [
- {
- language: 'JavaScript',
- key: 'javascript',
- is_officially_supported: true,
- libraries: [
- {
- name: 'briven-js',
- url: 'https://github.com/supabase/supabase-js',
- },
- {
- name: 'postgrest-js',
- url: 'https://github.com/supabase/supabase-js/tree/master/packages/core/postgrest-js',
- },
- {
- name: 'auth-js',
- url: 'https://github.com/supabase/supabase-js/tree/master/packages/core/auth-js',
- },
- {
- name: 'realtime-js',
- url: 'https://github.com/supabase/supabase-js/tree/master/packages/core/realtime-js',
- },
- {
- name: 'storage-js',
- url: 'https://github.com/supabase/supabase-js/tree/master/packages/core/storage-js',
- },
- {
- name: 'functions-js',
- url: 'https://github.com/supabase/supabase-js/tree/master/packages/core/functions-js',
- },
- ],
- },
- {
- language: 'C#',
- key: 'csharp',
- is_officially_supported: false,
- libraries: [
- {
- name: 'briven-csharp',
- url: 'https://github.com/supabase-community/supabase-csharp',
- },
- {
- name: 'postgrest-csharp',
- url: 'https://github.com/supabase-community/postgrest-csharp',
- },
- {
- name: 'gotrue-csharp',
- url: 'https://github.com/supabase-community/gotrue-csharp',
- },
- {
- name: 'realtime-csharp',
- url: 'https://github.com/supabase-community/realtime-csharp',
- },
- {
- name: 'storage-csharp',
- url: 'https://github.com/supabase-community/storage-csharp',
- },
- {
- name: 'functions-csharp',
- url: 'https://github.com/supabase-community/functions-csharp',
- },
- ],
- },
- {
- language: 'Dart (Flutter)',
- key: 'dart',
- is_officially_supported: false,
- libraries: [
- {
- name: 'briven-flutter',
- url: 'https://github.com/supabase-community/supabase-flutter',
- },
- {
- name: 'briven-dart',
- url: 'https://github.com/supabase-community/supabase-dart',
- },
- {
- name: 'postgrest-dart',
- url: 'https://github.com/supabase-community/postgrest-dart',
- },
- {
- name: 'gotrue-dart',
- url: 'https://github.com/supabase-community/gotrue-dart',
- },
- {
- name: 'realtime-dart',
- url: 'https://github.com/supabase-community/realtime-dart',
- },
- {
- name: 'storage-dart',
- url: 'https://github.com/supabase-community/storage-dart',
- },
- {
- name: 'functions-dart',
- url: 'https://github.com/supabase-community/functions-dart',
- },
- ],
- },
- {
- language: 'Go',
- key: 'go',
- is_officially_supported: false,
- libraries: [
- {
- name: 'postgrest-go',
- url: 'https://github.com/supabase-community/postgrest-go',
- },
- {
- name: 'storage-go',
- url: 'https://github.com/supabase-community/storage-go',
- },
- {
- name: 'functions-go',
- url: 'https://github.com/supabase-community/functions-go',
- },
- ],
- },
- {
- language: 'Java',
- key: 'java',
- is_officially_supported: false,
- libraries: [
- {
- name: 'gotrue-java',
- url: 'https://github.com/supabase-community/gotrue-java',
- },
- ],
- },
- {
- language: 'Kotlin',
- key: 'kotlin',
- is_officially_supported: false,
- libraries: [
- {
- name: 'postgrest-kt',
- url: 'https://github.com/supabase-community/supabase-kt/tree/master/Postgrest',
- },
- {
- name: 'auth-kt',
- url: 'https://github.com/supabase-community/supabase-kt/tree/master/Auth',
- },
- {
- name: 'storage-kt',
- url: 'https://github.com/supabase-community/supabase-kt/tree/master/Storage',
- },
- {
- name: 'realtime-kt',
- url: 'https://github.com/supabase-community/supabase-kt/tree/master/Realtime',
- },
- {
- name: 'functions-kt',
- url: 'https://github.com/supabase-community/supabase-kt/tree/master/Functions',
- },
- ],
- },
- {
- language: 'Python',
- key: 'python',
- is_officially_supported: true,
- libraries: [
- {
- name: 'briven-py',
- url: 'https://github.com/supabase/supabase-py',
- },
- {
- name: 'postgrest-py',
- url: 'https://github.com/supabase/postgrest-py',
- },
- {
- name: 'gotrue-py',
- url: 'https://github.com/supabase/gotrue-py',
- },
- {
- name: 'realtime-py',
- url: 'https://github.com/supabase/realtime-py',
- },
- {
- name: 'storage-py',
- url: 'https://github.com/supabase/storage-py',
- },
- {
- name: 'functions-py',
- url: 'https://github.com/supabase/functions-py',
- },
- ],
- },
- {
- language: 'Ruby',
- key: 'ruby',
- is_officially_supported: false,
- libraries: [
- {
- name: 'briven-ruby',
- url: 'https://github.com/supabase-community/supabase-rb',
- },
- {
- name: 'postgrest-ruby',
- url: 'https://github.com/supabase-community/postgrest-rb',
- },
- ],
- },
- {
- language: 'Rust',
- key: 'rust',
- is_officially_supported: false,
- libraries: [
- {
- name: 'postgrest-rs',
- url: 'https://github.com/supabase-community/postgrest-rs',
- },
- ],
- },
- {
- language: 'Swift',
- key: 'swift',
- is_officially_supported: false,
- libraries: [
- {
- name: 'briven-swift',
- url: 'https://github.com/supabase/supabase-swift',
- },
- {
- name: 'postgrest-swift',
- url: 'https://github.com/supabase-community/postgrest-swift',
- },
- {
- name: 'gotrue-swift',
- url: 'https://github.com/supabase-community/gotrue-swift',
- },
- {
- name: 'realtime-swift',
- url: 'https://github.com/supabase-community/realtime-swift',
- },
- {
- name: 'storage-swift',
- url: 'https://github.com/supabase-community/storage-swift',
- },
- ],
- },
- {
- language: 'Godot Engine (GDScript)',
- key: 'gdscript',
- is_officially_supported: false,
- libraries: [
- {
- name: 'briven-gdscript',
- url: 'https://github.com/supabase-community/godot-engine.supabase',
- },
- {
- name: 'postgrest-gdscript',
- url: 'https://github.com/supabase-community/postgrest-gdscript',
- },
- {
- name: 'gotrue-gdscript',
- url: 'https://github.com/supabase-community/gotrue-gdscript',
- },
- {
- name: 'realtime-gdscript',
- url: 'https://github.com/supabase-community/realtime-gdscript',
- },
- {
- name: 'storage-gdscript',
- url: 'https://github.com/supabase-community/storage-gdscript',
- },
- {
- name: 'functions-gdscript',
- url: 'https://github.com/supabase-community/functions-gdscript',
- },
- ],
- },
- ]
|