Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 606 Bytes

File metadata and controls

29 lines (20 loc) · 606 Bytes

Sample snippets

This directory contains a number of simple standalone samples that show how to use ActiveRecord with Cloud Spanner.

Running from this directory

The samples can be executed using the following command in this directory:

bundle exec rake run\[<sample_name>\]

Example:

bundle exec rake run\[quickstart\]

The available samples can be listed using the command

bundle exec rake list

Running from sample directory

You can also run a sample by calling the following command in the directory of the sample:

bundle exec rake run