SQL vs NO-SQL
Hi guys. I often find my self working with database structures resembling document dbs. No relation other than nested data. Because of my familiarity with working things like prisma and sql in general and great services like supabase and planetscale I still host these in sql databases. Is there any advantage to switching to a no-sql database in such cases?
