PostgreSQL and Baserow

I just found out about Baserow. Is it built on PostgreSQL? Can I get access to the PostgreSQL database if so?

I am trying connect my authentication of Supabase with Baserow if possible. Do I need to self-host or can I use cloud?

On the self hosted version you will have full access on postgres. You can also decide for yourself which postgres server to use. The docker image comes with built in postgres, but you can easily configure it to use another postgres server.

I appreciate the reply. I just tried self hosting and honestly I have no idea where I can find my postgres server information. I’ve never self hosted anything before. Do you have any advice on where I should look? I installed with docker. Thanks again!

The postgres server is part of the Baserow container image and is used by default if you do not configure another postgres server through environment variables.

Can you please describe what you are trying to achieve? This could help to understand the problem.

In a perfect world, I could use my supabase and have baserow be the UI for it. Do you know if thats possible? I currently have an account with nocodb that does just that, but I prefer the UI for baserow and have more confidence in the product. Thanks again!

I am not really into Supabase, but in the Supabase docs there is a section about direct connections:

In Baserow you have an environment variable DATABASE_URL which expects the same connection string as stated in the Supabase docs:
https://baserow.io/docs/installation/configuration

As I said, I am not using Supabase, but hopefully this points you in the right direction.