Hi, this is not really a question, I just want to share my experience in case it could help someone else.
It seems I misunderstood what Baserow is. My confusion comes from the use of PostgreSQL. I thought it’s possible to use the underlying database directly in a developer-friendly way and use Baserow more like a DB viewer that non-technical people can edit data in.
But now, upon running it with Docker (after changing the config so I can connect to the DB directly) I see a DB with hundreds of tables, some of them with what seems like test or example data. The two example tables that I see in the Baserow app are in there. But the tables names, columns etc. aren’t directly labelled so I’d have to look them up first.
In hindsight this is all kind of to be expected for it to work as it does but somehow I naively expected something else. I guess the direct DB access is more of a theoretical feature in case you end up really needing it and 99% of the time you would go through the API?