Hello, is it possible to connect with the database of Bubble from outside (ea SSMS)?
So for example I have data type User, this is a table in a database. Can I connect to it from outside Bubble?
Yes, using the “Data API”…
So basically you can create the API based on the Data Type you have and access it from anywhere.
Ankur@ Nocodetalks
Helping Bubble Devs to build No-Code Products. Follow me on Twitter
Hello @arend
You have to go to “settings” in your app
then navigate to “API” tab & check the box “Enable Data API” then check the table which you want to access it (From outside bubble)…
using Data API root URL you can access the table data which you checked…
Thanks!