Do you want to link your data to Supabase DB by Python?
How can I do that?
Let's start Supabase project.
At first, you import supabase.
pip install supabase
This is needed to use Supabase DB.
You create tha py file of here.
This is a fundamental format of Supabase project data matching to DB, I mean, creating the data of table.
For the next, Supabase project starting up is needed.
Then, Choosing a Table Editor, and click to New table.You insert the adoptable name in the table name(This is the name of Supa_table, but You name it as users for example).
Furthermore, you click the button of "Refresh".
Oh!! You Got It !
You can added the table to Supabase.
The point is json connecting to Supabase.
Today, we can link the database data of json to Supabase.
So, the next day, we can delete the table or update it.
Thanks for Reading!
Comments
Post a Comment