Skip to main content
Module

x/supabase/mod.ts

An isomorphic Javascript client for Supabase.
Go to Latest
import * as supabase from "https://deno.land/x/supabase@1.3.1/mod.ts";

Enums

Helpers to convert the change Payload into native JS types.

Variables

Creates a new Supabase Client.

If the value of the cell is null, returns null. Otherwise converts the string value to the correct type.

Takes an array of columns and an object of string values then converts each string value to its mapped type.

Converts the value of an individual column.

Converts a Postgres Array into a native JS array

Fixes timestamp to be ISO-8601. Swaps the space between the date and time for a 'T' See https://github.com/supabase/supabase/issues/18