【问题标题】:deploying data from google cloud spanner database从谷歌云扳手数据库部署数据
【发布时间】:2020-07-22 16:24:54
【问题描述】:

我正在尝试将数据从我的谷歌云扳手获取到网页中。但我不熟悉云扳手。我创建了一些表并向其中添加数据。现在我想让它们进入我自己的网页

【问题讨论】:

  • 您的网页在哪里运行,您使用的是什么编程语言?
  • 我正在使用 php。网页仍在本地主机上

标签: google-cloud-platform google-cloud-spanner


【解决方案1】:

请关注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.

【讨论】:

  • 如果我的回答对您有帮助,请将其标记为已接受,以便更好地为社区提供可见性。
猜你喜欢
  • 1970-01-01
  • 2021-05-13
  • 1970-01-01
  • 2022-11-21
  • 2018-08-19
  • 2017-07-08
  • 2019-06-07
  • 1970-01-01
  • 2020-01-25
相关资源
最近更新 更多