Comment on page
Supabase Database
Supabase is a platform that provides a full Postgres database, a free and open-source database known for its stability and advanced features.
Supabase aims to make using Postgres easy by providing a table view similar to a spreadsheet, the ability to view and duplicate relationships within data, a SQL editor, real-time functionality, automatic database backups, and the ability to import data from CSV or Excel. Users can also enable Postgres extensions through the Supabase dashboard.
Here you can learn how to add, update, retrieve, and delete the data in your database by visiting the following pages.
Last modified 6mo ago