Skip to content
StackDatabases

Databases

Supabase

Quick access to managed PostgreSQL infrastructure.

In brief

I use it on projects where I want to run PostgreSQL as a managed service while keeping the product's custom auth and backend architecture intact.

How I use it

On Kütahya Satılık I used Supabase purely as managed PostgreSQL with connection pooling, and built authorization in the application layer.

  • 01

    Managed PostgreSQL

  • 02

    Connection pooling

  • 03

    Paired with a custom backend