Best alternative for External Databases?

Hey there! As of now (2025) it has been a headache to find a good alternative for Datastore. MongoDB has closed their API endpoints and Google Sheets is very unsafe.

Why use an external database?
I am creating a product for a lot of users and datastores cant be shared between experiences, So changelogs would be a hell to make without datastores.

Help is appreciated. If you have any good alternatives, Please tell them to me.

1 Like

I am creating a product for a lot of users and datastores cant be shared between experiences, So changelogs would be a hell to make without datastores.

Try using OpenCloud APIs.

1 Like

You can use Open Cloud API endpoints to fetch datastores from other experiences, as some API endpoints have been whitelisted for use through HttpService.

Thank you so much, This will help a lot.

1 Like