Using Supabase with Strapi

I have 2 apps (web and mobile) that share a Supabase backend, and I want to use Strapi self hosted instance to power some content models for the website/web app (faqs, resources, knowledge base, and blogs).

Would it be safe to share the postgres database that supabase provides for my strapi tables as well? I know it creates 20+ tables in whatever db it uses, but I don’t want to put the app data at risk if this is considered dangerous to do (share db with strapi).

This topic has been created from a Discord post (1228527509021397022) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

it created 97 tables last time i checked and it does not play well with others.

a lot of posts on here about strapi clobbering existing dbs. strapi should manage its own db and basically pretend it doesnt exist from a sql perspective.