https://github.com/flatfisher/spanner
Google Cloud Spanner
https://github.com/flatfisher/spanner
Last synced: 5 months ago
JSON representation
Google Cloud Spanner
- Host: GitHub
- URL: https://github.com/flatfisher/spanner
- Owner: flatfisher
- Created: 2019-09-27T01:46:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T23:16:13.000Z (almost 7 years ago)
- Last Synced: 2025-07-30T07:40:39.774Z (12 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spanner
[Google Cloud Spanner](https://cloud.google.com/spanner/docs)で試したサンプルやノウハウとかを入れておくリポジトリ
## gcloud
```
// SQLの実行
gcloud spanner databases execute-sql {DATABASE_ID} --instance={INSTANCE_ID} --sql='SELECT * FROM Singers LIMIT 100'
```
## コンセプト
hogehoge
## Tips
- mySQLからの移行