shoko_api_core_supabase 1.0.1
shoko_api_core_supabase: ^1.0.1 copied to clipboard
Extension for shoko_api_core to work with Supabase
Add the following top-level init
method to the main.dart
file.
How create:
DartFrog advanced docs
And add
SupabaseSource.initialize(SupabaseClient('supabaseUrl', 'supabaseKey'));
Use
SupabaseSource.instance.db.from('table').select();
Supbase dart docs: Supbase dart docs
Also check full docs for shoko_api_core: shoko api core