0.0
The project is in a healthy, maintained state
Ruby client for Supabase: Auth, PostgREST, Storage, Edge Functions, and Realtime exposed through a single Supabase.create_client(supabase_url:, supabase_key:) factory, mirroring supabase-py's create_client().
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.0
~> 3.2
~> 3.12
~> 0.22
~> 3.19
~> 7.1

Runtime

 Project Readme

supabase-rb — Supabase client for Ruby & Rails

CI Gem Version Docs License

Single gem that wraps every Supabase product — Auth, PostgREST (Database), Storage, Edge Functions, and Realtime — behind one Supabase.create_client factory.

Documentation: https://supabase-ruby.dev/reference/ruby

Install

# Gemfile
gem "supabase-rb"

License

MIT