https://supabase.com/ logo
Hello. i want to understand if i need supabase. Wh...
# help
o
Hello. i want to understand if i need supabase. Where can you read when it is better to use supabase and when to use api? Are there any criteria by which I can determine whether supabase is suitable for my needs?
n
Hello @oleksandr! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
g
As @Scott P mentioned Supabase is a Postgres database with an API and other backend features on top of it. It also has some client libraries to simplify working with it in your framework. If you scan the main https://supabase.com/ page you can get a pretty good idea of what it is about. But it likely can handle what you want to do (you mentioned a schedule app). It is not a framework though and you will have to write your app to use the auth features and database features of Supabase as appropriate.