Toolbox Plugin - Server Script: Question about Key/Value

Hi.

I’m testing the Server Script action of the Toolbox Plugin and I have a question about the Key/Value parameter.

Is it possible to pass a list as the value? I’m pretty new to Bubble and its interface, so sometimes I struggle with it.

image

Thanks for any help provided!

Anyone can help me with this, please?

@boston85719 need your insight bro.

I’m not familiar with server script

1 Like

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.

What’s your use case for using the server script?

Is it something unachievable using native bubble?

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