Sha256: 1a7d182a73341283c2f01a745c1fd2b14c4d2d5f402d8ad7c6885f472ee0ac6c
Contents?: true
Size: 506 Bytes
Versions: 21
Compression:
Stored size: 506 Bytes
Contents
# Sample - Partitioned DML This example shows how to use Partitioned DML with the Spanner ActiveRecord adapter. See https://cloud.google.com/spanner/docs/dml-partitioned for more information on Partitioned DML. ## Running the Sample 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
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
activerecord-spanner-adapter-0.7.0 | examples/snippets/partitioned-dml/README.md |