I have a question about the limitations of the Supabase free plan.
I don't plan on using Supabase Storage for any file uploads at all. My only intention is to use the database for creating tables and saving data records into them.
I would like to know what the specific limits are:
-Is there a maximum number of tables I can create?
-What is the maximum number of rows I can store in the database?
My biggest concern is that I'll be in the middle of using the application and suddenly be blocked from saving new data because I've hit a limit I wasn't aware of.