How to access Google Cloud datastore with php?

后端 未结 5 1499
旧巷少年郎
旧巷少年郎 2021-01-18 11:59

I am using Google app engine for my web app and I need to use a NoSQL database, so my best option is Google Cloud Datastore

Since I can\'t find a way to connect it w

5条回答
  •  悲&欢浪女
    2021-01-18 12:36

    Accessing Google Cloud Datastore from PHP is not documented, but you should be able to use Google APIs Client Library for PHP like any other Google APIs.

提交回复
热议问题