【发布时间】:2020-07-22 16:24:54
【问题描述】:
我正在尝试将数据从我的谷歌云扳手获取到网页中。但我不熟悉云扳手。我创建了一些表并向其中添加数据。现在我想让它们进入我自己的网页
【问题讨论】:
-
您的网页在哪里运行,您使用的是什么编程语言?
-
我正在使用 php。网页仍在本地主机上
标签: google-cloud-platform google-cloud-spanner
我正在尝试将数据从我的谷歌云扳手获取到网页中。但我不熟悉云扳手。我创建了一些表并向其中添加数据。现在我想让它们进入我自己的网页
【问题讨论】:
标签: google-cloud-platform google-cloud-spanner
请关注tutorial,这里将逐步解释使用 php 使用 cloud spanner 的过程。
1.Create a Cloud Spanner instance and database.
2.Write, read, and execute SQL queries on data in the database.
3.Update the database schema.
4.Update data using a read-write transaction.
5.Add a secondary index to the database.
6.Use the index to read and execute SQL queries on data.
7.Retrieve data using a read-only transaction.
【讨论】: