Hacker News new | ask | show | jobs
by kiwicopple 1577 days ago
{supabase ceo}

This is true, we do offer some extra functionality - but also I want to point out that the database we provide is "just" Postgres. You can use it as a standalone database without any of the other functionality. We give "postgres level access", so you can use it just like RDS or any other DBaaS

for example, we commonly see Prisma developers using our databases (because we also provide pgbouncer, a connection pooler).