0 purchases
supabase
supabase-dart #
A Dart client for Supabase.
Note
This is a Dart library for Supabase for use cases such as server-side Dart like Dart Edge, or non-Flutter Dart environments.
If you are developing a Flutter application, use supabase_flutter instead. supabase package is for non-Flutter Dart environments.
What is Supabase #
Supabase is an open source Firebase alternative. We are a service to:
listen to database changes
query your tables, including filtering, pagination, and deeply nested relationships (like GraphQL)
create, update, and delete rows
manage your users and their permissions
interact with your database using a simple UI
Docs #
The docs can be found on the official Supabase website.
Dart reference
Supabase docs
License #
This repo is licenced under MIT.
Credits #
https://github.com/supabase/supabase-js
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.