Maybe I’m just being a bit obstinate with the Server Script.
Is there any other plug-in where I can access the bubble database freely? I’ve tried the Python plug-in, but that one can’t access the database, either.
The app I want to build is to define data models. The list of tables that define the model, the list of attributes for each table, the constraints of each attribute, the default values etc.
I want to build an option to generate SQL statements from that definition. To achieve that, I need to access several tables from the Bubble database to obtain all the necessary info to build the SQL statements.
In other words: I need to explode the whole Bubble database to get a TXT file with an SQL script