Skip to main content

supabase-js in Deno

supabase-js is fully compatible with Deno and can be imported into your project using JSR:

import { createClient } from "jsr:@supabase/supabase-js@2";

Please refer to the Supabase docs for more details on how to use supabase-js.