Sha256: 60f57ad79ef3129342b9ff0e2e313e0420282f36b284e721a06438cdff7ce815
Contents?: true
Size: 493 Bytes
Versions: 23
Compression:
Stored size: 493 Bytes
Contents
# Sample - Read-only transactions In addition to locking read-write transactions, Cloud Spanner offers read-only transactions. Use a read-only transaction when you need to execute more than one read at the same timestamp. The sample will automatically start a Spanner Emulator in a docker container and execute the sample against that emulator. The emulator will automatically be stopped when the application finishes. Run the application with the command ```bash bundle exec rake run ```
Version data entries
23 entries across 23 versions & 1 rubygems