So, in a few tutorials I watched it looked like they were saving data to a panda dataframe and didnt need a database like suprabase. I was just wondering if I was interpreting this correctly.
It depends on how long you want the data to be available.
Dataframe works fine if you only need data for the current user session.
If you need to persist data, you’ll have to use persistent storage like a database or writing to disk.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.