Database schema creation

Hi folks,
I am comfortable designing entity relationship models. Usually, we do so and THEN we export the schema and create database tables in the final DB sofware (Oracle, SQL Server, etc). This way, we can separate the modelling from final implementation.

I’d like to apply the same approach to Bubble, and then NOT have to create the databeses in Bubble MANUALLY.

Is there a way to do so ? Load and SQL Schema and have Bubble (or a plugin) create the databases automatically ?

Best,
Fábio

hey @fabio, there’s no such possibility as far as I know.
Although it’s not the same thing as you want, you can duplicate apps. So you could have a blank app with the database configured. When making copy of it, the database is also duplicated.

Tks for the response. Indeed, that is not what I want: there is no app yet, I am starting from scratch.

I will do it manually. This is a good idea for a Bubble plugin: load a schema and create tables.

Best,
Fábio