Relative Content

Tag Archive for supabase-database

Where and how to store a long text (article) in supabase

I’m not a back end expert and I’ve just taken up learning supabase. As a project, I’m trying to build an affiliate marketing website where users can share articles about stuff. So, I created a table named articles, with columns of author, text and title, and some others.