This directory contains a sample application for how to use GORM with Cloud Spanner. The sample can be executed
as a standalone application without the need for any prior setup, other than that Docker must be installed
on your system. The sample will automatically:
Create a sample database and execute the sample on the sample database.
Shutdown the Docker container that is running the emulator.
Running the sample is done by executing the following command:
go run run_sample.go
Prerequisites
Your system must have Docker installed for these samples to be executed,
as each sample will automatically start the Spanner Emulator in a Docker container.