mercari / datastore

(AE|Cloud) Datastore Wrapper
MIT License
214 stars 20 forks source link

Multi DB support #115

Open s-takehana opened 1 year ago

s-takehana commented 1 year ago

About multi DB

https://cloud.google.com/datastore/docs/manage-databases

You can create multiple Firestore databases per project. You can use multiple databases to set up production and testing environments, to isolate customer data, and for data regionalization.

Google Cloud Client Libraries CHANGES.md

https://github.com/googleapis/google-cloud-go/blob/main/datastore/CHANGES.md#1130-2023-07-26