Using Database in another project

Hi! I need to use the same database for site on bubble and my another project. Where can I see database info to log in?

To my knowledge, you can’t. You can, however, expose your Bubble app’s data as a REST API. It has to be enabled in the app settings. Search the docs and forum for “data API”.

Alternatively, you can access an external SQL database from Bubble using a plug-in.

1 Like

You can use the bubble app connector plugin for this, and access the database from another app.

1 Like