Accessing hosted database directly

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

SaaS

What do you need help with?

I’m working on a little custom ERP system and want to use baserow as my database. I have no interest in hosting it myself. But my table design is getting a bit complicated (I’m still working through it) and I’d like to use a schema management instead of entering and deleting columns so manually. Is there a way to get at my underlying database? To connect to using an ORM?

This is not possible on Baserow’s SaaS platform for obvious security reasons. The underlying PostgreSQL database is only accessible when you self-host Baserow.

The only way you could programatically do this is using the Baserow backend API