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-2.0.0 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.8.0 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.6.3 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.6.2 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.6.1 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.6.0 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.5.1 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.5.0 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.4.4 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.4.3 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.4.2 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.4.1 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.4.0 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.3.1 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.2.2 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.2.1 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.2.0 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.1.0 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.0.1 examples/snippets/partitioned-dml/README.md
activerecord-spanner-adapter-1.0.0 examples/snippets/partitioned-dml/README.md