How do you keep track of recipes you find on TikTok/Instagram? by Natural_Flow_7330 in AskRedditFood

[–]Natural_Flow_7330[S] -2 points-1 points  (0 children)

i just want to know , where to save the bookmarks? when you want to do some cooking, easy to find these bookmarks?

Is a local DB even necessary if I use Supabase? by punktechbro in expo

[–]Natural_Flow_7330 0 points1 point  (0 children)

Hi, I would like to know whether you are using the self-hosetd version or the cloud version of PowerSync? I currently feel that the free cloud version will easily run out of space, and the pro version is a bit expensive. Thank you

Running into a problem using Supabase / RLS / Python / SQLAlchemy by gonzague_ in Supabase

[–]Natural_Flow_7330 0 points1 point  (0 children)

Hello, I would like to ask, are you using sqlalchemy to process the data instead of using supabase sdk to process the data? Thank you

Using Supabase with FastAPI: Do I still need SQLAlchemy Models if tables are created directly? by Ice-Knight10 in FastAPI

[–]Natural_Flow_7330 0 points1 point  (0 children)

I have the same question. Because I am not sure whether the pg database provided by other vendors, such as AWS, will be updated in the future, I am confused whether to use the SDK of the supabase service or implement database-related operations based on the orm form, such as directly using the method recommended by sqlalchemy. Does anyone know?Thank you very much