edge library

Edge-function entrypoint for flutter_ota_kit_supabase.

Mirrors hot-updater's plugins/supabase/src/edge.ts: exposes only the edge-runnable variants (runtime-only database + storage plugins).

Classes

SupabaseEdgeFunctionDatabaseConfig
Config for the Supabase edge-function database plugin.
SupabaseEdgeFunctionStorageConfig
Config for the Supabase edge-function storage plugin.

Properties

supabaseEdgeFunctionStorage → StoragePlugin Function(SupabaseEdgeFunctionStorageConfig config, [StoragePluginHooks? hooks])
Edge-function variant of supabaseStorage: a runtime-only storage plugin (no node profile) backed by the Supabase client.
final

Functions

supabaseEdgeFunctionDatabase(SupabaseEdgeFunctionDatabaseConfig config, [DatabasePluginHooks? hooks]) → DatabasePlugin Function()
Edge-function variant of supabaseDatabase: builds the same database plugin from a url + service-role key pair (no anon key).