Menu
SupabaseGuidesDocs
Tools
  • GoTrue
  • GoTrue Client
  • Postgres
  • Postgres API
  • PostgREST
  • PostgREST Client
  • Realtime
  • Realtime Client
BlogLogin
Supabase
  • Guides
  • Docs
  • Blog
  • Tools
    • GoTrue
    • GoTrue Client
    • Postgres
    • Postgres API
    • PostgREST
    • PostgREST Client
    • Realtime
    • Realtime Client
  • Login
Supabase
  • About
    • Supabase Client
    • Installing
    • Initializing
    • Generating Types
  • Auth
    • auth.signUp()
    • auth.signIn()
    • auth.signOut()
    • auth.session()
    • auth.user()
    • auth.update()
    • auth.onAuthStateChange()
    • Reset Password (Email)
  • Data
    • Fetch data: select()
    • Create data: insert()
    • Modify data: update()
    • Delete data: delete()
    • Stored Procedures: rpc()
  • Realtime
    • on().subscribe()
    • removeSubscription()
    • getSubscriptions()
  • Modifiers
    • Using Modifiers
    • limit()
    • order()
    • range()
    • single()
  • Filters
    • Using Filters
    • .filter()
    • .or()
    • .not()
    • .match()
    • .eq()
    • .neq()
    • .gt()
    • .gte()
    • .lt()
    • .lte()
    • .like()
    • .ilike()
    • .is()
    • .in()
    • .cs()
    • .cd()
    • .sl()
    • .sr()
    • .nxl()
    • .nxr()
    • .adj()
    • .ov()
    • .fts()
    • .plfts()
    • .phfts()
    • .wfts()

Supabase Client

Our client library is modular. Each sub-library is a standalone implementation for a single external system. This is one of the ways we support existing tools.

RepoOfficialCommunity
supabase-{lang}
Combines libraries and adds enrichments.
JavaScriptC#, Python, Rust
postgrest-{lang}
Client library to work with PostgREST
JavaScriptC#, Python, Rust
realtime-{lang}
Client library to work with Realtime
JavaScriptC#, Python, Rust
gotrue-{lang}
Client library to work with GoTrue
JavaScriptC#, Python, Rust
Next
Installing »

Company

  • Blog
  • Open source
  • Humans.txt
  • Lawyers.txt

Resources

  • Docs
  • Pricing
  • Support

Community

  • GitHub
  • Twitter
  • DevTo

Alpha

  • Join our alpha
Copyright © 2020 Supabase.