I am attempting to build charts from rather complex SQL queries from my database and I am wondering I I need to combine WeWeb with another platform or if it is feasible to have rather complex SQL queries somewhere.
My database is a rather large SQL database of users/products/posts/etc from a variety of social media platforms that I wanted to curate into charts. For example, show total followers over time for a specific user, or show the top 10 biggest users by follower count, etc.
After connecting Weweb to my Supabase DB and tinkering for a few hours, perhaps I need to use a different app to actually build these rather complex dashboards and then just embed those as iFrames/React/Vue within Weweb? Let me know if anyone has thoughts on the matter, but I think perhaps the queries/formulas I want to write would be better suited outside of the formula bar that Weweb offers.